mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
10 lines
108 B
CSS
10 lines
108 B
CSS
.timeInput {
|
|
display: flex;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.label {
|
|
padding-left: 0.8em;
|
|
align-self: center;
|
|
}
|