mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
21 lines
325 B
SCSS
21 lines
325 B
SCSS
// For cutomizing the form elements
|
|
|
|
textarea {
|
|
height: 12em;
|
|
}
|
|
|
|
span.force-inline-label label {
|
|
display: inline;
|
|
}
|
|
|
|
|
|
.chill-form-money {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
|
|
span.chill-form-money__money {
|
|
align-self: center;
|
|
margin-left: 1em;
|
|
}
|
|
} |