mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 00:13:15 +00:00
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:
parent
865654de87
commit
c908a544aa
7 changed files with 125 additions and 51 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue