demarches-normaliennes/app/assets/stylesheets/dsfr.scss

18 lines
317 B
SCSS
Raw Normal View History

2022-09-01 16:29:39 +02:00
@import "colors";
// override default text underline of dsfr
2022-08-31 14:49:53 +02:00
body [href] {
background-image: none;
}
2022-09-01 16:29:39 +02:00
// override default transparent background on inputs
input,
textarea,
select {
background: $white;
}
// with Marianne font, weight of font is less bolder, so bold it up
.button.primary {
font-weight: bold;
}