mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
8 lines
130 B
SCSS
8 lines
130 B
SCSS
.timeInput {
|
|
width: 100%;
|
|
max-width: 7.5em;
|
|
letter-spacing: 1px;
|
|
font-size: 1rem;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|