Compare commits
5 Commits
500onpremi
...
post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bd80bea8b | ||
|
|
85928ff84f | ||
|
|
95ea1a1a1f | ||
|
|
d8c5b2fe6d | ||
|
|
d6c9fb4e8a |
@@ -111,3 +111,14 @@
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Checkbox:checked:disabled + .CDB-Checkbox-face {
|
||||
border: 1px solid $cSecondaryLine;
|
||||
background: $cThirdBackground;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
background: $cAltText;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,6 +126,17 @@ Description
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-ArrowToogle.is-mini {
|
||||
&::before {
|
||||
left: 3px;
|
||||
width: 6px;
|
||||
}
|
||||
&::after {
|
||||
right: 3px;
|
||||
width: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-ArrowToogle.is-blue {
|
||||
&::before {
|
||||
background: $cBlue;
|
||||
|
||||
Reference in New Issue
Block a user