Updated style for forms
This commit is contained in:
14
resources/sass/tags/form.scss
vendored
14
resources/sass/tags/form.scss
vendored
@@ -1,11 +1,12 @@
|
||||
form {
|
||||
max-width: 600px;
|
||||
|
||||
input[type="text"], input[type="date"], textarea {
|
||||
input:not([type="submit"]):not([type="checkbox"]),
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form textarea {
|
||||
textarea {
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 250px;
|
||||
@@ -24,4 +25,13 @@ form {
|
||||
padding: 0 10px 5px;
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
.check-place {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
label {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user