forked from Sarah/Lieb-Website
Added signed up options for role reminder
Added option to opt out of reminders
This commit is contained in:
parent
64ce169094
commit
c88bf5b133
18 changed files with 911 additions and 99 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue