Files
ontime/client/src/common/components/input/TimeInput.module.css
T
Carlos Valente 9b5d536378 Refact/project (#189)
* refactor: cleanup project entry point
* refactor: remove unused
* refactor: folder restructure
2022-08-03 23:20:23 +02:00

10 lines
108 B
CSS

.timeInput {
display: flex;
font-size: 15px;
}
.label {
padding-left: 0.8em;
align-self: center;
}