stash
This commit is contained in:
parent
b747089fca
commit
5113069605
171 changed files with 9868 additions and 10786 deletions
45
_sass/photos/libs/_vars.scss
Normal file
45
_sass/photos/libs/_vars.scss
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
// 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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue