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

22 lines
424 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;
2021-11-08 10:34:59 +01:00
$primary: $primary_color;
2020-04-21 10:50:26 +02:00
$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;
}
2021-05-20 14:11:30 +02:00
.select {
display: block !important;
width: 80%;
}