mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
40 lines
1.4 KiB
SCSS
40 lines
1.4 KiB
SCSS
// Brand colours.
|
|
$brand-primary: darken(#428bca, 6.5%) !default;
|
|
$brand-success: $cachet-primary !default;
|
|
$brand-info: $cachet-blue !default;
|
|
$brand-warning: $cachet-orange !default;
|
|
$brand-danger: $cachet-red !default;
|
|
|
|
// Default border radius
|
|
$border-radius-base: 2px !default;
|
|
$border-radius-large: 4px !default;
|
|
$border-radius-small: 1px !default;
|
|
|
|
//** Tooltip background color
|
|
$tooltip-bg: #333 !default;
|
|
$tooltip-opacity: .9 !default;
|
|
$base-background-color: #f1f1f1;
|
|
|
|
$base-font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
$base-font-weight: 400;
|
|
$base-letter-spacing: 0.08em;
|
|
$base-font-size: 15px;
|
|
$base-line-height: 1.42857143;
|
|
|
|
$base-link-color: #ffffff;
|
|
$base-link-hover-color: #e9e9e9;
|
|
|
|
$header-background-color: lighten(#00695C, 10%);
|
|
$header-border-color: 1px solid darken($header-background-color, 10%);
|
|
|
|
$sidebar-transition-speed: .2s;
|
|
$sidebar-background-color: #F0F3F4;
|
|
$sidebar-border-color: 1px solid rgba(255, 255, 255, .1);
|
|
$sidebar-border-shadow: inset 0px -2px 3px rgba(0,0,0,0.25);
|
|
$sidebar-text-size: 0.9em;
|
|
$sidebar-text-color: #333;
|
|
$sidebar-text-active-color: #333;
|
|
$sidebar-normal-width: 230px;
|
|
$sidebar-phone-width: 75%;
|
|
$sidebar-active-color: #00695C;
|