mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-09 03:58:28 +08:00
circular toggler
This commit is contained in:
parent
8d178b4750
commit
61cc3f2430
@ -289,12 +289,14 @@ small {
|
||||
transition-duration: 100ms;
|
||||
position: absolute;
|
||||
background: white;
|
||||
box-shadow: 0 0 10px 0 #0000000f;
|
||||
transform: translateY(50%);
|
||||
bottom: 50%;
|
||||
right: calc(100%);
|
||||
right: calc(100% + 10px);
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 5px;
|
||||
padding: 8px;
|
||||
border-radius: 100%;
|
||||
content: "";
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user