Implement Dine360 Rush Mode POS theme with custom layout, branding, and component styling.
This commit is contained in:
parent
2fee146176
commit
8fa76896d8
@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
.pos .product-list {
|
.pos .product-list {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: row !important;
|
flex-wrap: wrap !important;
|
||||||
padding: 25px !important;
|
padding: 25px !important;
|
||||||
gap: 25px !important;
|
gap: 25px !important;
|
||||||
}
|
}
|
||||||
@ -177,6 +177,8 @@
|
|||||||
border-radius: var(--border-radius-lg) !important;
|
border-radius: var(--border-radius-lg) !important;
|
||||||
width: 210px !important;
|
width: 210px !important;
|
||||||
height: 230px !important;
|
height: 230px !important;
|
||||||
|
flex: 0 0 auto !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: 0 2px 4px rgba(42, 106, 126, 0.05) !important;
|
box-shadow: 0 2px 4px rgba(42, 106, 126, 0.05) !important;
|
||||||
transition: all 0.3s ease !important;
|
transition: all 0.3s ease !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user