|
|
@@ -47,7 +47,7 @@
|
|
|
.menuHead button{
|
|
|
background: none;
|
|
|
border-style: none;
|
|
|
- color: white;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
font-size: 35px;
|
|
|
cursor: pointer;
|
|
|
outline: none;
|
|
|
@@ -136,6 +136,30 @@
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+.sidebarButton{
|
|
|
+ display: initial;
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ border: none;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 2px 10px;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
+ cursor: pointer;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ min-width: 100px;
|
|
|
+ margin: 5px;
|
|
|
+ max-height: 52px;
|
|
|
+}
|
|
|
+
|
|
|
+ .sidebarButton:hover{
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
+ }
|
|
|
+
|
|
|
+ .sidebarButton:active{
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ }
|
|
|
+
|
|
|
.sidebar{
|
|
|
display: flex;
|
|
|
width: 25vw;
|
|
|
@@ -144,7 +168,8 @@
|
|
|
padding: 25px;
|
|
|
transition: width 0.2s;
|
|
|
overflow: hidden;
|
|
|
- box-shadow: -1px 0px 10px gray;
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
}
|
|
|
|
|
|
.sidebarWide{
|
|
|
@@ -180,7 +205,7 @@
|
|
|
border: none;
|
|
|
cursor: pointer;
|
|
|
padding: 3px;
|
|
|
- border-radius: 5px;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
}
|
|
|
|
|
|
.iconButton:hover{
|
|
|
@@ -264,24 +289,29 @@ EDIT INGREDIENT
|
|
|
|
|
|
.unitButton{
|
|
|
margin: 5px;
|
|
|
- padding: 3px;
|
|
|
- background: none;
|
|
|
- border: 1px solid black;
|
|
|
+ padding: 5px;
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ border: none;
|
|
|
font-size: 15px;
|
|
|
font-weight: bold;
|
|
|
cursor: pointer;
|
|
|
- border-radius: 5px;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
}
|
|
|
|
|
|
.unitButton:hover{
|
|
|
- background: rgb(0, 27, 45);
|
|
|
- color: white;
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
}
|
|
|
|
|
|
.unitActive{
|
|
|
- background: rgb(255, 99, 107);
|
|
|
+ /* background: rgb(255, 99, 107); */
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
}
|
|
|
|
|
|
+ .unitActive:hover{
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ cursor: default;
|
|
|
+ }
|
|
|
+
|
|
|
/*
|
|
|
Recipe Details
|
|
|
*/
|
|
|
@@ -405,7 +435,6 @@ EDIT RECIPE
|
|
|
}
|
|
|
|
|
|
.editRecipeIng button{
|
|
|
- color: white;
|
|
|
position: absolute;
|
|
|
right: 5px;
|
|
|
}
|
|
|
@@ -430,6 +459,7 @@ EDIT RECIPE
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: 15px;
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
|
|
|
.newOrderLabels input{
|
|
|
@@ -443,6 +473,14 @@ EDIT RECIPE
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
+ #newOrderIngredients .choosable{
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
+ justify-content: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ #newOrderIngredients .choosable:hover{
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ }
|
|
|
#newOrder{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -520,10 +558,9 @@ EDIT RECIPE
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
- background: rgb(240, 252, 255);
|
|
|
- border-radius: 5px;
|
|
|
- border: 1px solid black;
|
|
|
+ background: white;
|
|
|
padding: 10px;
|
|
|
+ margin: 2px
|
|
|
}
|
|
|
|
|
|
#newIngredient .button{
|
|
|
@@ -587,6 +624,19 @@ ORDER FILTER
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
+ #orderFilterIngredients .choosable{
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
+ justify-content: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ #orderFilterIngredients .choosable:hover{
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ }
|
|
|
+
|
|
|
+ #orderFilterIngredients .active{
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ }
|
|
|
+
|
|
|
/*
|
|
|
ORDER CALCULATOR
|
|
|
*/
|
|
|
@@ -636,6 +686,18 @@ TRANSACTION FILTER
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
+ #transFilterRecipeList .choosable{
|
|
|
+ background:rgb(240, 252, 255);
|
|
|
+ justify-content: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ #transFilterRecipeList .choosable:hover{
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ }
|
|
|
+
|
|
|
+ #transFilterRecipeList .active{
|
|
|
+ background:rgb(179, 191, 209);
|
|
|
+ }
|
|
|
/*
|
|
|
NEW TRANSACTION
|
|
|
*/
|
|
|
@@ -660,10 +722,11 @@ NEW TRANSACTION
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- background: rgb(201, 201, 201);
|
|
|
- border-radius: 10px;
|
|
|
+ background: white;
|
|
|
margin: 10px 0;
|
|
|
padding: 5px 0;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
|
|
|
@media screen and (orientation: portrait){
|