mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-21 05:20:54 +00:00
Update toggle switch CSS
This commit is contained in:
parent
caa44cbbc3
commit
560dc349a6
1 changed files with 5 additions and 9 deletions
|
@ -1,14 +1,10 @@
|
|||
$darkNavy: #213140;
|
||||
$teal1: #66B3FB;
|
||||
$teal2: #4B9DEA;
|
||||
$charcoal: #555555;
|
||||
$gold: #B6985A;
|
||||
|
||||
@mixin hideInput {width: 0; height: 0; position: absolute; left: -9999px;}
|
||||
|
||||
.toggle-switch {
|
||||
display: flex;
|
||||
input {@include hideInput;}
|
||||
input {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
input + label {
|
||||
color: var(--color-text-button-primary);
|
||||
flex-basis: 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue