funky-framadate-front/src/styles/libraries/_overrides.scss

18 lines
371 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
// Update Bulma's global variables
$family-sans-serif: 'Nunito', sans-serif;
$primary: $dark-lavender;
$link: $wisteria;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $black;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;
2021-02-10 11:23:09 +01:00
.notification {
margin: 1em 0;
}