mirror of
https://gitlab.com/greenleebt/business-website.git
synced 2026-08-17 16:26:16 +00:00
init
This commit is contained in:
commit
59d5238af5
89 changed files with 6040 additions and 0 deletions
47
_sass/libs/_vars.scss
Normal file
47
_sass/libs/_vars.scss
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
// Misc.
|
||||
$misc: (
|
||||
z-index-base: 10000
|
||||
);
|
||||
|
||||
// Duration.
|
||||
$duration: (
|
||||
menu: 0.35s,
|
||||
transition: 0.2s,
|
||||
banner: 2.5s
|
||||
);
|
||||
|
||||
// Size.
|
||||
$size: (
|
||||
border-radius: 4px,
|
||||
element-height: 2.75em,
|
||||
element-margin: 2em,
|
||||
inner: 65em
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
family: ('Source Sans Pro', Helvetica, sans-serif),
|
||||
family-fixed: ('Courier New', monospace),
|
||||
weight: 300,
|
||||
weight-bold: 600,
|
||||
letter-spacing: 0.025em,
|
||||
letter-spacing-alt: 0.25em
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
bg: #242943,
|
||||
bg-alt: #2a2f4a,
|
||||
fg: #ffffff,
|
||||
fg-bold: #ffffff,
|
||||
fg-light: rgba(244,244,255,0.2),
|
||||
border: rgba(212,212,255,0.1),
|
||||
border-bg: rgba(212,212,255,0.035),
|
||||
highlight: #9bf1ff,
|
||||
accent1: #6fc3df,
|
||||
accent2: #8d82c4,
|
||||
accent3: #ec8d81,
|
||||
accent4: #e7b788,
|
||||
accent5: #8ea9e8,
|
||||
accent6: #87c5a4
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue