Lexiconga/src/scss/_variables.scss

13 lines
349 B
SCSS
Raw Normal View History

2019-05-02 18:57:56 +02: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;
// $red: #d42932;
2019-05-03 21:59:52 +02:00
// $border: 1px solid $dark;
2019-05-04 07:20:22 +02:00
$general-padding: 20px;