mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
17 lines
No EOL
375 B
Sass
17 lines
No EOL
375 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
|
|
|
|
// Input
|
|
.input.custom-width
|
|
width: unset |