1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

#23 changed toggle colors

This commit is contained in:
Fedor Katurov 2021-03-19 16:26:02 +07:00
commit dddb86c778
6 changed files with 52 additions and 32 deletions

View file

@ -25,11 +25,26 @@
}
&.active {
background-color: $wisegreen;
&::after {
transform: translate(24px, 0);
background-color: white;
}
&.primary {
background-color: $wisegreen;
}
&.secondary {
background-color: transparentize(white, 0.85);
}
&.lab {
background-color: $blue;
}
&.danger {
background-color: $red;
}
}
}