mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
13 lines
180 B
SCSS
13 lines
180 B
SCSS
.label {
|
|
display: block;
|
|
margin-top: 2rem;
|
|
font-size: $inner-section-text-size;
|
|
color: $label-gray;
|
|
}
|
|
|
|
.controls {
|
|
margin-top: 0.25rem;
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
}
|