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

37 lines
751 B
SCSS
Raw Normal View History

2016-08-30 22:01:23 +02:00
// Colours
$zeus-orange: #FF7F00;
2016-10-03 19:21:29 +02:00
$zeus-blue: #00C4FF;
2016-11-06 21:04:33 +01:00
$body-background: white;
2016-11-06 00:22:37 +01:00
$tile-orange: $zeus-orange;
2016-10-04 16:06:26 +02:00
2016-08-02 19:54:18 +02:00
$navbar-border-color: #CCC;
$event-border-color: #DDD;
2016-10-04 23:11:11 +02:00
2016-08-30 22:01:23 +02:00
$orange: $zeus-orange;
2016-10-03 19:21:29 +02:00
$blue: $zeus-blue;
2016-10-04 23:11:11 +02:00
$turquoise: #30D1B2;
2017-12-16 19:25:51 +01: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 21:56:08 +02:00
2016-10-12 10:57:23 +02:00
$link-visited: $orange;
2016-08-30 22:01:23 +02:00
2016-10-12 10:57:23 +02:00
$border-hover: $blue;
2016-10-03 20:52:01 +02:00
2016-08-30 22:01:23 +02:00
$box-colour: #EEE;
$highlighted-box-colour: $zeus-orange;
$highlighted-text-colour: white;
$highlighted-link-colour: #222324;
2016-08-02 19:54:18 +02:00
$cammie-controls-color: rgba(0, 0, 0, 0.60);
2016-08-30 22:01:23 +02:00
$event-padding: 10px;
2016-12-12 14:48:45 +01:00
2017-10-11 22:31:19 +02:00
$primary: $orange;
$secondary: $zeus-blue;
$tertiary: $box-colour;
2016-12-12 14:48:45 +01:00
// Default font size
2017-04-23 15:55:37 +02:00
// $size-normal: 15px;