Add time slot selection

Stop moving elements when error appears under input
make 404, 500, Empty Basket and No Item sections larger
clean up test-api slightly
This commit is contained in:
Michał Gdula 2024-05-11 16:26:17 +01:00
parent 58319560eb
commit fd132ebf97
8 changed files with 166 additions and 103 deletions

View file

@ -29,13 +29,15 @@
&:hover {
border: 1px solid rgba($color-dark, 0.4);
}
&:focus {
&:focus-visible {
border: 1px solid rgba($color-primary, 0.9);
outline: 0 solid transparent;
}
}
.form-notice {
height: 16px;
padding: 0 $spacing-xsmall;
display: block;
font-size: $font-size-xsmall;