1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-06-05 00:36:37 +02:00
Lexiconga/src/scss/_variables.scss

13 lines
No EOL
331 B
SCSS

$font: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$header-height: 60px;
$dark: #bababa;
$mid: #dedede;
$light: #efefef;
$white: #ffffff;
$red: #d42932;
$border: 1px solid $dark;
$general-padding: 20px;