python-gallery/gallery/themes/default/variables.sass
Michał e6d289ed64 Bundle JS into a compact format
Run file checks on startup
Fix visual bugs in Sass
2023-03-10 11:10:43 +00:00

39 lines
658 B
Sass

$black: #151515
$black2: #101010
$white: #E8E3E3
$red: #B66467
$orange: #D8A657
$yellow: #D9BC8C
$green: #8C977D
$blue: #8DA3B9
$purple: #A988B0
$primary: $green
$warning: $orange
$critical: $red
$success: $green
$info: $blue
$rad: 6px
$rad-inner: 3px
$font: "Work Sans", sans-serif
// responsive breakpoint for mobile
$breakpoint: 800px
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-regular.woff2')
font-weight: 400
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-bold.woff2')
font-weight: 600
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-black.woff2')
font-weight: 900