mirror of https://github.com/hykilpikonna/AquaDX
[S] Unify transition style
parent
afa39b29ed
commit
806953d107
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
// Switching state container
|
// Switching state container
|
||||||
> div
|
> div
|
||||||
transition: opacity 0.3s
|
transition: $transition
|
||||||
|
|
||||||
#title
|
#title
|
||||||
font-family: Quicksand, $font
|
font-family: Quicksand, $font
|
||||||
|
|
|
@ -16,3 +16,5 @@ $c-lv0: #6ED43E
|
||||||
$c-lv1: #F7B807
|
$c-lv1: #F7B807
|
||||||
$c-lv2: #FF828D
|
$c-lv2: #FF828D
|
||||||
$c-lv3: #A051DC
|
$c-lv3: #A051DC
|
||||||
|
|
||||||
|
$transition: all 0.25s
|
Loading…
Reference in New Issue