Updated project for admin panel

This commit is contained in:
2022-02-15 22:35:59 +01:00
parent 984d2eeae6
commit 282e5ccc46
13 changed files with 371 additions and 14 deletions

View File

@@ -1,10 +1,22 @@
form {
label, input {
max-width: 600px;
input[type="text"], input[type="date"], textarea {
width: 100%;
}
.form textarea {
min-width: 100%;
max-width: 100%;
min-height: 250px;
}
label, input, textarea {
display: block;
margin: 5px 10px;
}
input {
input, textarea {
padding: 5px 10px;
}
span.error {