Initial commit
This commit is contained in:
commit
7a09097e5e
68 changed files with 6446 additions and 0 deletions
22
themes/prologue/static/sass/libs/_vars.scss
Normal file
22
themes/prologue/static/sass/libs/_vars.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// Misc.
|
||||
$misc: (
|
||||
z-index-base: 10000
|
||||
);
|
||||
|
||||
// Duration.
|
||||
$duration: (
|
||||
header: 0.5s
|
||||
);
|
||||
|
||||
// Size.
|
||||
$size: (
|
||||
header: 275px
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue