Added signed up options for role reminder

Added option to opt out of reminders
This commit is contained in:
Sarah Faey 2022-12-09 22:26:16 +01:00
parent 64ce169094
commit c88bf5b133
18 changed files with 911 additions and 99 deletions

View file

@ -75,18 +75,22 @@ main {
}
::deep button:disabled {
background-color: #777777;
color: darkgrey;
/*background-color: #777777;
color: darkgrey;*/
background-color: rgb(38,38,38);
color: rgb(38,38,38);
}
::deep button[type="submit"] {
color: lightgray;
background-color: green;
background-color: #355835;
border: none;
}
::deep button[type="delete"] {
color: lightgray;
background-color: red;
background-color: #6e2424;
border: none;
}
.top-row {