2018-04-10 13:28:45 +00:00
|
|
|
// Import a Google Font
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
|
|
|
|
|
|
|
|
// Set your brand colors
|
|
|
|
$purple: #8A4D76;
|
|
|
|
$pink: #FA7C91;
|
|
|
|
$brown: #757763;
|
|
|
|
$beige-light: #D0D1CD;
|
|
|
|
$beige-lighter: #EFF0EB;
|
|
|
|
|
|
|
|
// Update Bulma's global variables
|
2018-05-25 09:34:35 +00:00
|
|
|
$family-sans-serif: "Nunito", sans-serif;
|
2018-04-10 13:28:45 +00:00
|
|
|
$grey-dark: $brown;
|
|
|
|
$grey-light: $beige-light;
|
|
|
|
$primary: $purple;
|
|
|
|
$link: $pink;
|
|
|
|
|
|
|
|
// Update some of Bulma's component variables
|
|
|
|
$control-border-width: 2px;
|
|
|
|
$input-background-color: $beige-lighter;
|
|
|
|
$input-border-color: transparent;
|
|
|
|
$input-shadow: none;
|
|
|
|
|
|
|
|
// Import the rest of Bulma
|
2018-07-14 17:38:27 +00:00
|
|
|
@import "../path/to/bulma";
|