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

30 lines
504 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-10-04 14:06:26 +00:00
$tile-orange: #ff9f1a;
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;
2016-08-30 20:01:23 +00:00
$primary: $orange;
2016-10-03 19:56:08 +00:00
$family-sans-serif: 'Lato', sans-serif;
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;