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

@ -170,6 +170,10 @@
margin-left: $spacing-normal;
width: 100%;
position: relative;
> h2, p {
text-align: right;
}
}
#filter {
@ -222,6 +226,10 @@
#menu-list {
margin-left: 0;
margin-top: $spacing-normal;
> h2, p {
text-align: left;
}
}
}
</style>