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

62 lines
1009 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%;
}
2022-02-10 14:50:05 +01:00
// modal dialog
.p-dialog {
background: blue !important;
}
.cancel-button-reject {
background: none;
color: $primary_color;
margin-right: -1rem;
float: right;
.icon {
margin-left: 1rem;
height: 1rem;
width: 1rem;
margin-top: 0.15rem;
float: right;
}
}
.round-borders {
border-radius: 1rem !important;
}
2022-02-11 11:43:50 +01:00
.img-marged-left {
img {
margin-left: 1rem;
}
}
.img-marged-right {
img {
margin-right: 1rem;
}
}
.button .icon:first-child:last-child,
button .icon:first-child:last-child,
.btn .icon:first-child:last-child {
margin-left: 1rem;
margin-right: auto;
}