Refactored some things in the frontend
- use button insted of inputfield - make use of conditional rendering
This commit is contained in:
parent
1751a37511
commit
d055e693aa
3 changed files with 80 additions and 37 deletions
|
@ -31,6 +31,12 @@
|
|||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.btn--full{
|
||||
padding: 12px 26px;
|
||||
margin: 0 auto;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.btn--large:hover,
|
||||
.btn--medium:hover {
|
||||
transition: all 0.3s ease-out;
|
||||
|
@ -38,3 +44,4 @@
|
|||
color: var(--secondary);
|
||||
transition: 250ms;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue