Updated project for admin panel
This commit is contained in:
16
resources/sass/tags/form.scss
vendored
16
resources/sass/tags/form.scss
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user