Initial commit (stolen from https://gitlab.utc.fr/jrda-2021/website)
This commit is contained in:
22
_themes/prologue/_sass/libs/_vars.scss
Normal file
22
_themes/prologue/_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: (
|
||||
);
|
||||
Reference in New Issue
Block a user