mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-06 23:09:08 +00:00
14 lines
217 B
SCSS
14 lines
217 B
SCSS
@use '../../../theme/ontimeStyles' as *;
|
|
|
|
.form {
|
|
padding: 0.25rem 0.5rem 0.5rem;
|
|
}
|
|
|
|
.label {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
color: $label-gray;
|
|
font-size: $inner-section-text-size;
|
|
}
|