This commit is contained in:
parent
824f038084
commit
3efb87bcd8
24 changed files with 14 additions and 19 deletions
15
app/input-form.module.scss
Normal file
15
app/input-form.module.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.inputform {
|
||||
display: grid;
|
||||
grid-row-gap: 0.5em;
|
||||
grid-template-columns: 7em 14em auto;
|
||||
}
|
||||
|
||||
.submitbutton {
|
||||
background-color: var(--color-accent);
|
||||
border: 1px solid var(--color-foreground);
|
||||
color: var(--color-accent-inverse);
|
||||
padding: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
margin-top: 2em;
|
||||
width: 11em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue