mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +02:00
feat: working feedback modal, fix photographers list on about page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user