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

18 lines
352 B
SCSS
Raw Normal View History

2016-08-30 20:01:23 +00:00
// Colours
$zeus-orange: #FF7F00;
2016-08-02 17:54:18 +00:00
$navbar-border-color: #CCC;
$event-border-color: #DDD;
2016-08-30 20:01:23 +00:00
$orange: $zeus-orange;
$primary: $orange;
$link-visited: inherit;
$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;