mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
16 lines
253 B
SCSS
16 lines
253 B
SCSS
.inputItems {
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
gap: $element-spacing;
|
|
margin-top: $element-inner-spacing;
|
|
}
|
|
|
|
.label {
|
|
font-size: $inner-section-text-size;
|
|
color: $label-gray;
|
|
|
|
&.active {
|
|
color: $action-text-color;
|
|
}
|
|
}
|