mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
6720626bd3
* style: add cursor indicator in all blocks * style: prevent reflows on width * style: harmonise white range * ux: focus elements on cursor nav * ux: prevent focus on indicators * refactor: convert to typescript * fix: missing dependency * chore: add linter rules for dependency arrays * style: style editable component * style: tweak input styles * style: tweak switch styles * style: style tweaks
13 lines
219 B
SCSS
13 lines
219 B
SCSS
@use '../../../../theme/v2Styles' as *;
|
|
|
|
.delayInput {
|
|
display: flex;
|
|
gap: $element-spacing;
|
|
align-items: center;
|
|
color: $ontime-delay-text;
|
|
font-size: $text-body-size;
|
|
}
|
|
|
|
.inputField {
|
|
text-align: center;
|
|
} |