Increase hit target for dropdown

Add CartRecord type
Remove OOP style Promises from Contact
Add contact reason dropdown
The usual SCSS changes and adjustments
This commit is contained in:
Michał Gdula 2024-05-16 13:32:11 +01:00
parent 865654de87
commit c908a544aa
7 changed files with 125 additions and 51 deletions

View file

@ -21,7 +21,7 @@
font-family: $font-family;
font-size: $font-size-p;
border: 1px solid rgba($color-dark, 0.2);
border: 1px solid $color-light;
border-radius: $border-radius-normal;
background-color: $color-light;
color: $color-on-light;