implemented ui functionality for task scheduler

This commit is contained in:
2020-10-19 14:15:44 +02:00
parent 9bc8150ecd
commit b3d04984a1
2 changed files with 30 additions and 6 deletions

View File

@@ -87,6 +87,20 @@
display: flex;
flex-wrap: wrap;
}
.ok_button {
width: 49%;
background-color: green;
border: none;
margin-left: 2%;
color: white;
}
.cancel_button {
width: 49%;
background-color: red;
border: none;
color: white;
}
.grid > * {
flex-basis: 100%;
max-width: 100%;