|
@@ -824,6 +824,11 @@ NEW TRANSACTION
|
|
|
margin-top: 3px;
|
|
margin-top: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /* ORDER DETAILS */
|
|
|
|
|
+ #orderIngredients{
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@media screen and (min-width: 1000px){
|
|
@media screen and (min-width: 1000px){
|
|
|
.menuLogo{
|
|
.menuLogo{
|
|
|
max-height: initial;
|
|
max-height: initial;
|
|
@@ -846,6 +851,12 @@ NEW TRANSACTION
|
|
|
#orderFilterSubmit{
|
|
#orderFilterSubmit{
|
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /* ORDER DETAILS */
|
|
|
|
|
+ #orderIngredients{
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|