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