la-chariotte/la_chariotte/static/sass/base/_form.sass
2023-07-07 15:06:02 +02:00

22 lines
No EOL
502 B
Sass

// Buttons
.button
white-space: normal
height: auto
.button.is-light, .buttons.is-light:hover, .buttons.is-light.is-hovered
border: $betterave 1px solid !important
color: $betterave !important
.button.is-info, .button.is-info:hover
color: $bright-black !important
&.is-light
border: $beige 1px solid !important
// for "validate" buttons at end of forms
.buttons.is-pulled-right:last-child
float: none !important
justify-content: end
// Input
.input.custom-width
width: unset