mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
28 lines
464 B
SCSS
28 lines
464 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;
|
|
}
|
|
}
|
|
|
|
|
|
.chill-form__errors {
|
|
.chill-form_errors__entry.chill-form__errors__entry--warning {
|
|
color: var(--chill-green-dark);
|
|
}
|
|
} |