color and transition timings
This commit is contained in:
parent
aa64295184
commit
969a113d15
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
// Duration.
|
// Duration.
|
||||||
$duration: (
|
$duration: (
|
||||||
transition: 0.2s
|
transition: 0.2s,
|
||||||
|
transition2: 0.4s
|
||||||
);
|
);
|
||||||
|
|
||||||
// Size.
|
// Size.
|
||||||
@ -30,6 +31,8 @@
|
|||||||
$palette: (
|
$palette: (
|
||||||
accent1: #ffbd24,
|
accent1: #ffbd24,
|
||||||
accent2: #d83c17,
|
accent2: #d83c17,
|
||||||
|
menu: #0e0e0e,
|
||||||
|
white: #ffffff,
|
||||||
/*
|
/*
|
||||||
bg: #935d8c,
|
bg: #935d8c,
|
||||||
fg: rgba(255,255,255,0.65),
|
fg: rgba(255,255,255,0.65),
|
||||||
|
Reference in New Issue
Block a user