circular toggler
This commit is contained in:
parent
8d178b4750
commit
61cc3f2430
|
@ -289,12 +289,14 @@ small {
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: white;
|
background: white;
|
||||||
|
box-shadow: 0 0 10px 0 #0000000f;
|
||||||
transform: translateY(50%);
|
transform: translateY(50%);
|
||||||
bottom: 50%;
|
bottom: 50%;
|
||||||
right: calc(100%);
|
right: calc(100% + 10px);
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 5px;
|
padding: 8px;
|
||||||
|
border-radius: 100%;
|
||||||
content: "";
|
content: "";
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue