feat: working feedback modal, fix photographers list on about page

This commit is contained in:
David Ralph
2021-04-01 15:12:03 +01:00
parent 0994bd08d8
commit 0575d5d565
6 changed files with 106 additions and 30 deletions

View File

@@ -25,7 +25,7 @@
}
button {
width: 100%;
width: 50%;
border-radius: 48px;
outline: none;
border: none;
@@ -51,4 +51,13 @@
label.values {
font-weight: 700;
}
textarea {
width: 80%;
background-color: var(--sidebar);
}
.feedbackerror {
color: red;
}
}