forked from KABI/fedi.camp_Website
initial version 23
This commit is contained in:
parent
5382da73f1
commit
cd833756df
118 changed files with 19023 additions and 0 deletions
43
assets/sass/libs/_vars.scss
Normal file
43
assets/sass/libs/_vars.scss
Normal file
|
@ -0,0 +1,43 @@
|
|||
// Misc.
|
||||
$misc: (
|
||||
z-index-base: 10000
|
||||
);
|
||||
|
||||
// Duration.
|
||||
$duration: (
|
||||
transition: 0.2s,
|
||||
bg: 2.5s,
|
||||
intro: 0.75s,
|
||||
article: 0.325s
|
||||
);
|
||||
|
||||
// Size.
|
||||
$size: (
|
||||
border-radius: 4px,
|
||||
border-width: 1px,
|
||||
element-height: 2.75rem,
|
||||
element-margin: 2rem
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
family: ('Source Sans Pro', sans-serif),
|
||||
family-fixed: ('Courier New', monospace),
|
||||
weight: 300,
|
||||
weight-bold: 600,
|
||||
letter-spacing: 0.2rem,
|
||||
letter-spacing-heading: 0.5rem
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
bg: #1b1f22,
|
||||
bg-alt: #000000,
|
||||
bg-overlay: rgba(19,21,25,0.5),
|
||||
fg: #ffffff,
|
||||
fg-bold: #ffffff,
|
||||
fg-light: rgba(255,255,255,0.5),
|
||||
border: #ffffff,
|
||||
border-bg: rgba(255,255,255,0.075),
|
||||
border-bg-alt: rgba(255,255,255,0.175)
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue