feat: add fade transitions to toggle-tablet button
This commit is contained in:
parent
36e307210b
commit
23547fc6df
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
.toggle-off {
|
.toggle-off {
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
|
transition: border-color 0.5s ease-in-out;
|
||||||
color: #CBA6F7;
|
color: #CBA6F7;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
|
|
||||||
.toggle-on {
|
.toggle-on {
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
|
transition: border-color 0.5s ease-in-out;
|
||||||
color: #CBA6F7;
|
color: #CBA6F7;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
|
|
Loading…
Reference in a new issue