New Request Form

This commit is contained in:
2020-08-04 15:33:28 +01:00
parent 7af4f3ccc7
commit d627caad57
5 changed files with 126 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
#user_group_label {
cursor: pointer;
margin-bottom: 0px;
padding: 12px;
border: 2px solid #d3394c;
color: #d3394c;
font-weight: bold;
}
input {
border: 1px solid transparent;
background-color: #f1f1f1;
padding: 10px;
font-size: 16px;
}