mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
9b5d536378
* refactor: cleanup project entry point * refactor: remove unused * refactor: folder restructure
10 lines
108 B
CSS
10 lines
108 B
CSS
.timeInput {
|
|
display: flex;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.label {
|
|
padding-left: 0.8em;
|
|
align-self: center;
|
|
}
|