mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 09:53:12 +00:00
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:
parent
58319560eb
commit
fd132ebf97
8 changed files with 166 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue