mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
22 lines
No EOL
502 B
Sass
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 |