parsley/app/javascript/styles/_variables.scss

33 lines
683 B
SCSS
Raw Normal View History

2018-03-30 14:31:09 -05:00
2018-04-04 19:46:02 -05:00
// coolors.co pallet
$coolors-dark: rgba(29, 30, 24, 1);
$coolors-blue: rgba(67, 127, 151, 1);
$coolors-green: rgba(121, 167, 54, 1);
$coolors-red: #ab4c34;
$coolors-yellow: rgba(240, 162, 2, 1);
2018-04-07 10:54:56 -05:00
$family-serif: Georgia, "Times New Roman", Times, serif;
2018-03-30 14:31:09 -05:00
// Bluma default overrides
2018-04-04 19:46:02 -05:00
//$green: #79A736;
//$red: #d4424e;
//$blue: #9c36a7;
$green: $coolors-green;
$blue: $coolors-blue;
$red: $coolors-red;
$yellow: $coolors-yellow;
$dark: $coolors-dark;
2018-03-30 14:31:09 -05:00
$primary: $green;
2018-04-07 10:54:56 -05:00
$family-primary: $family-serif;
2018-03-30 14:31:09 -05:00
2018-04-01 21:43:23 -05:00
$modal-content-width: 750px;
2018-03-30 14:31:09 -05:00
// Make all Bulma variables and functions available
@import "~bulma/sass/utilities/initial-variables";
@import "~bulma/sass/utilities/functions";