All checks were successful
Java CI with Maven / build (push) Successful in 46s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu> Reviewed-on: Sebastian/TimeManager#46
15 lines
180 B
CSS
15 lines
180 B
CSS
app-date-time-picker {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.example-label-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.scheduleBtn {
|
|
margin-top: 20px;
|
|
}
|