2017-02-17 05:45:08 -05:00
|
|
|
$color-main-text: #000000;
|
|
|
|
|
$color-main-background: #ffffff;
|
|
|
|
|
$color-primary: #0082c9;
|
|
|
|
|
$color-primary-text: #ffffff;
|
|
|
|
|
$color-error: #e9322d;
|
|
|
|
|
$color-warning: #ffcc44;
|
2017-02-19 13:47:13 -05:00
|
|
|
$color-success: #46ba61;
|
2017-08-11 09:11:47 -04:00
|
|
|
$color-primary-element: $color-primary;
|
2017-02-19 13:47:13 -05:00
|
|
|
|
2017-03-05 16:09:36 -05:00
|
|
|
@function nc-darken($color, $value) {
|
|
|
|
|
@return darken($color, $value);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@function nc-lighten($color, $value) {
|
|
|
|
|
@return lighten($color, $value);
|
|
|
|
|
}
|
2017-02-19 13:47:13 -05:00
|
|
|
|
2018-01-03 03:32:33 -05:00
|
|
|
$image-logo: '../img/logo.svg?v=1';
|
2017-08-29 09:18:51 -04:00
|
|
|
$image-login-background: '../img/background.png?v=2';
|
2017-02-19 13:47:13 -05:00
|
|
|
|
2017-02-21 11:28:48 -05:00
|
|
|
$color-loading: #969696;
|
|
|
|
|
$color-loading-dark: #bbbbbb;
|
2017-11-28 04:56:28 -05:00
|
|
|
$color-box-shadow: rgba(nc-darken($color-main-background, 70%), 0.75);
|
2017-09-05 12:50:33 -04:00
|
|
|
$color-border: nc-darken($color-main-background, 8%);
|
2017-09-28 10:32:54 -04:00
|
|
|
$border-radius: 3px;
|