zeus.ugent.be/content/assets/stylesheets/includes/variables.scss
Felix Van der Jeugt af3e893821 prettier index
2016-08-30 22:07:46 +02:00

18 lines
352 B
SCSS

// Colours
$zeus-orange: #FF7F00;
$navbar-border-color: #CCC;
$event-border-color: #DDD;
$orange: $zeus-orange;
$primary: $orange;
$link-visited: inherit;
$box-colour: #EEE;
$highlighted-box-colour: $zeus-orange;
$highlighted-text-colour: white;
$highlighted-link-colour: #222324;
$cammie-controls-color: rgba(0, 0, 0, 0.60);
$event-padding: 10px;