Refactored some things in the frontend
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

- use button insted of inputfield
- make use of conditional rendering
This commit is contained in:
cami 2021-07-21 04:33:52 +02:00
parent 1751a37511
commit d055e693aa
3 changed files with 80 additions and 37 deletions

View file

@ -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;
}