zeus.ugent.be/content/assets/stylesheets/includes/variables.scss

37 lines
751 B
SCSS
Raw Normal View History

2016-08-30 20:01:23 +00:00
// Colours
$zeus-orange: #FF7F00;
2016-10-03 17:21:29 +00:00
$zeus-blue: #00C4FF;
2016-11-06 20:04:33 +00:00
$body-background: white;
2016-11-05 23:22:37 +00:00
$tile-orange: $zeus-orange;
2016-10-04 14:06:26 +00:00
2016-08-02 17:54:18 +00:00
$navbar-border-color: #CCC;
$event-border-color: #DDD;
2016-10-04 21:11:11 +00:00
2016-08-30 20:01:23 +00:00
$orange: $zeus-orange;
2016-10-03 17:21:29 +00:00
$blue: $zeus-blue;
2016-10-04 21:11:11 +00:00
$turquoise: #30D1B2;
2017-12-16 18:25:51 +00:00
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2016-10-03 19:56:08 +00:00
2016-10-12 08:57:23 +00:00
$link-visited: $orange;
2016-08-30 20:01:23 +00:00
2016-10-12 08:57:23 +00:00
$border-hover: $blue;
2016-10-03 18:52:01 +00:00
2016-08-30 20:01:23 +00:00
$box-colour: #EEE;
$highlighted-box-colour: $zeus-orange;
$highlighted-text-colour: white;
$highlighted-link-colour: #222324;
2016-08-02 17:54:18 +00:00
$cammie-controls-color: rgba(0, 0, 0, 0.60);
2016-08-30 20:01:23 +00:00
$event-padding: 10px;
2016-12-12 13:48:45 +00:00
2017-10-11 20:31:19 +00:00
$primary: $orange;
$secondary: $zeus-blue;
$tertiary: $box-colour;
2016-12-12 13:48:45 +00:00
// Default font size
2017-04-23 13:55:37 +00:00
// $size-normal: 15px;