mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
17a7d035bf
fix: close modal with button refactor: small type improvements refactor: migrate time inputs refactor: migrate tooltips refactor: prevent component resizing
11 lines
174 B
SCSS
11 lines
174 B
SCSS
.timeInput {
|
|
width: 100%;
|
|
max-width: 7.5em;
|
|
letter-spacing: 0.5px;
|
|
font-variant-numeric: tabular-nums;
|
|
|
|
&.delayed {
|
|
border: 1px solid $ontime-delay-text;
|
|
}
|
|
}
|