Subversion Repositories Integrator Subversion

Rev

Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 espaco 1
$bodyBgColor:linear-gradient(99deg, #344057 0%, #232D40 100%) !default;
2
$textColor:#CACFDB !default;
3
$textSecondaryColor:#B1B9C9 !default;
4
 
5
$contentBgColor:#3C4962 !default;
6
$contentAltBgColor:#495771 !default;
7
$dividerColor:#495771 !default;
8
 
9
$menuTooltipBgColor:#1c202c !default;
10
$menuTooltipTextColor:#ffffff !default;
11
 
12
:root{
13
    --content-alt-bg-color:#{$contentAltBgColor};
14
}
15
 
16
@import './_layout_common.scss';