basspistol.com/_sass/photos/libs/_vars.scss
Set Hallstrom 5113069605 stash
2020-09-08 18:07:38 +02:00

45 lines
817 B
SCSS

// Misc.
$misc: (
z-index-base: 10000,
main-side: right,
main-align: right,
thumbnails-per-row: 2
);
// Duration.
$duration: (
transition: 0.25s,
layout: 0.75s,
layout-alt: 0.5s,
slide: 0.5s,
spinner: 1s
);
// Size.
$size: (
border-radius: 4px,
border-width: 1px,
element-height: 2.75em,
element-margin: 1.25em,
main: 22.5em,
main-alt: 19em
);
// Font.
$font: (
family: ('avant', 'Roboto', Helvetica, sans-serif),
family-fixed: ('Courier New', monospace),
weight: 400,
weight-bold: 700
);
// Palette.
$palette: (
page-bg: #101010,
bg: rgb(51, 51, 51),
fg: rgb(224, 224, 224),
fg-bold: rgb(224, 224, 224),
fg-light: #ccc,
border: #ccc,
accent: #00D3B7
);