NDOJ/resources/vars.scss

16 lines
532 B
SCSS
Raw Normal View History

2020-03-16 07:56:55 +00:00
$highlight_blue: white;
2020-03-19 22:51:56 +00:00
$widget_black: #00007d;//68BBE3, add8e6
2020-01-21 06:35:58 +00:00
$border_gray: #ccc;
$background_gray: #ededed;
$background_light_gray: #fafafa;
$announcement_red: #ae0000;
2023-09-08 18:14:09 +00:00
$theme_color: #045343;
2020-01-21 06:35:58 +00:00
$base_font_size: 14px;
$widget_border_radius: 4px;
2020-12-26 01:02:14 +00:00
$table_header_rounding: 6px;
2020-01-21 06:35:58 +00:00
$monospace-fonts: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
2023-09-01 23:09:30 +00:00
$navbar_height: 48px;