mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Predictions list styles
This commit is contained in:
parent
2d04c5b2f8
commit
65b85cbae9
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
.locationPredictions {
|
||||
flex-grow: 1;
|
||||
background-color: var(--marketplaceColor);
|
||||
box-shadow: var(--boxShadowPopup);
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
|
||||
@media (--desktop-viewport) {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue