mirror of
https://github.com/13hannes11/UU_hci_prototype.git
synced 2024-09-04 01:11:00 +02:00
implemented ui functionality for task scheduler
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user