Merge pull request 'Bug/Formwidth' (#65) from bug/formWidth into main
Reviewed-on: #65
This commit is contained in:
commit
0971880c5f
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
form {
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
.input-field {
|
.input-field {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
@ -28,7 +32,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field input[type="submit"]:hover {
|
.input-field input[type="submit"]:hover {
|
||||||
background-color: var(--primary-contr);
|
color: var(--primary);
|
||||||
|
background-color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field label {
|
.input-field label {
|
||||||
|
|
Loading…
Reference in a new issue