|
|
@@ -203,9 +203,6 @@ Ingredient Details
|
|
|
}
|
|
|
|
|
|
#ingredientDetails label{
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
font-size: 20px;
|
|
|
text-align: center;
|
|
|
margin: 0;
|
|
|
@@ -738,6 +735,16 @@ NEW TRANSACTION
|
|
|
|
|
|
@media screen and (orientation: landscape){
|
|
|
@media screen and (max-width: 1200px){
|
|
|
+ .sidebar{
|
|
|
+ width: 100vw;
|
|
|
+ color: white;
|
|
|
+ padding: 3px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sidebarIconButtons{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
/* MENU */
|
|
|
#menu{
|
|
|
display: none;
|
|
|
@@ -781,6 +788,41 @@ NEW TRANSACTION
|
|
|
box-shadow: 0 0 5px white;
|
|
|
height: 10vh;
|
|
|
}
|
|
|
+
|
|
|
+ /* ORDER CALCULATOR */
|
|
|
+ .calculatorItem:nth-child(2n+1){
|
|
|
+ color: black;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* INGREDIENT DETAILS */
|
|
|
+ #ingredientDetails > *{
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #recipeListLabel, #ingredientRecipeList{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* FILTER ORDERS */
|
|
|
+ #orderFilter > *{
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #orderFilter h1{
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #filterOrderDateRange, #orderFilter .lineBorder{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .dateRange{
|
|
|
+ padding-bottom: 3px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #orderFilterSubmit{
|
|
|
+ margin-top: 3px;
|
|
|
+ }
|
|
|
|
|
|
@media screen and (min-width: 1000px){
|
|
|
.menuLogo{
|
|
|
@@ -791,6 +833,19 @@ NEW TRANSACTION
|
|
|
.menuHead a p{
|
|
|
font-size: 35px;
|
|
|
}
|
|
|
+
|
|
|
+ #recipeListLabel, #ingredientRecipeList{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* ORDER FILTER */
|
|
|
+ #orderFilterIngredients{
|
|
|
+ max-height: 70%;
|
|
|
+ }
|
|
|
+
|
|
|
+ #orderFilterSubmit{
|
|
|
+ margin-top: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|