Add animation-slow var

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-04-15 11:34:18 +02:00
parent b8511f4835
commit a88bd71d89
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 2 additions and 0 deletions

View File

@ -41,4 +41,5 @@
--font-face: $font-face;
--animation-quick: $animation-quick;
--animation-slow: $animation-slow;
}

View File

@ -82,6 +82,7 @@ $border-radius-pill: 100px !default;
$font-face: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default;
$animation-quick: 100ms;
$animation-slow: 300ms;
// various structure data
$header-height: 50px;