17 lines
283 B
SCSS
17 lines
283 B
SCSS
// colors
|
|
$theme: #065495;
|
|
$theme_darker: #004279;
|
|
$bg: #e0e6ed;
|
|
$darkGray: #414344;
|
|
$green: green;
|
|
$red: red;
|
|
$txtColor: #707070;
|
|
|
|
$tableHead: rgba(#000, 0.7);
|
|
$tableBody: rgba(#e0e6ed, 0.8);
|
|
$tableBodyHover: rgba($theme, 0.3);
|
|
$tableStrip: rgba(#8a92a9, 0.3);
|
|
|
|
// units
|
|
$mt: 30px;
|