open-vault/website/source/assets/stylesheets/_variables.scss
Seth Vargo 624c6eab20 Separate backend configurations into their own pages (#2454)
* Clean vertical lines

* Make sidebar slightly larger on bigger displays

* Separate backend configurations into their own pages
2017-03-07 21:47:23 -05:00

40 lines
1 KiB
SCSS
Executable file

// Global values
$header-height: 90px;
$btn-border-radius: 4px;
$el-border-radius: 6px;
// Colors
$white: #FFFFFF;
$black: #000000;
$gray: #929199;
$light-gray: #C2C1C7;
$faint-gray: #E3E3EA;
$dark-blue: #00ABE0;
$blue: #00BFE0;
$light-black: #242424;
$orange: #E78C5B;
$green: #5BE764;
$gray-darker: #555555;
$gray: #777777;
$gray-light: #939393;
$gray-lighter: #979797;
$red: #DD4E58;
$red-dark: #C5454E;
$purple: #822FF7;
// Typography
$font-family-klavika: 'klavika-web', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-open-sans: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-monospace: 'Menlo', 'Monaco', 'Consolas', "Courier New", monospace;
$font-size: 15px;
$font-weight-reg: 400;
$font-weight-bold: 600;
// Body
$body-font-color: $gray-darker;
// Sidebar
$sidebar-link-color: $body-font-color;
$sidebar-link-color-hover: $black;
$sidebar-link-color-active: $dark-blue;