Design things in the input field
This commit will do some design things - Solves #61 - makes the app more consistent
This commit is contained in:
parent
42fd1bfb3b
commit
73b30a776f
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
form {
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.input-field {
|
||||
width: auto;
|
||||
margin-bottom: 2em;
|
||||
|
@ -28,7 +32,8 @@
|
|||
}
|
||||
|
||||
.input-field input[type="submit"]:hover {
|
||||
background-color: var(--primary-contr);
|
||||
color: var(--primary);
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
.input-field label {
|
||||
|
|
Loading…
Reference in a new issue