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

13 lines
331 B
SCSS
Raw Normal View History

2019-05-02 10:57:56 -06:00
$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;
2019-05-03 13:59:52 -06:00
$red: #d42932;
2019-05-03 23:20:22 -06:00
$border: 1px solid $dark;
$general-padding: 20px;