optimize submit input styling
This commit is contained in:
parent
617a4c9bb5
commit
dcedea9225
1 changed files with 1 additions and 6 deletions
|
@ -40,14 +40,9 @@
|
|||
|
||||
#submit-input {
|
||||
width: 100%; /* so that it's not so close to clear, might think of a better solution later */
|
||||
float: right;
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
border: none;
|
||||
}
|
||||
|
||||
button {
|
||||
button, #submit-input {
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
|
|
Reference in a new issue