2016-08-10 21:36:11 +02:00
|
|
|
/**
|
|
|
|
* Global variables used across all CSS modules.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Make Bootstrap variables and mixins available when using CSS modules. */
|
2016-07-31 12:18:46 +02:00
|
|
|
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_variables";
|
|
|
|
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_mixins";
|
2016-08-05 00:00:25 +02:00
|
|
|
|
2016-08-10 21:36:11 +02:00
|
|
|
$blue: #3e90fa; // Blue color from the logo
|
|
|
|
$orange: #faa83e; // Orange color from the logo
|