|
@@ -822,6 +822,19 @@ Modal
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .strandTitle{
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .searchInput{
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .choosable{
|
|
|
|
|
+ background: rgb(201, 201, 201);
|
|
|
|
|
+ color: black;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* HOME */
|
|
/* HOME */
|
|
|
#homeStrand{
|
|
#homeStrand{
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
@@ -851,8 +864,38 @@ Modal
|
|
|
|
|
|
|
|
#popularIngredientsCard{
|
|
#popularIngredientsCard{
|
|
|
max-height: 100%;
|
|
max-height: 100%;
|
|
|
|
|
+ padding-bottom: 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* INGREDIENTS */
|
|
|
|
|
+ #ingredientsStrand{
|
|
|
|
|
+ padding-bottom: 10px;
|
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #categoryList{
|
|
|
|
|
+ height: 70%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .categoryDiv{
|
|
|
|
|
+ margin: 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .categoryDiv > div:first-of-type p{
|
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .categoryDiv > div:first-of-type button{
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
|
+ height: initial;
|
|
|
|
|
+ width: initial;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .ingredientsDiv{
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
@media screen and (min-width: 1000px){
|
|
@media screen and (min-width: 1000px){
|
|
|
.mobileMenuSelector{
|
|
.mobileMenuSelector{
|
|
@@ -860,6 +903,10 @@ Modal
|
|
|
left: 40px;
|
|
left: 40px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .strandTitle{
|
|
|
|
|
+ margin: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* HOME */
|
|
/* HOME */
|
|
|
#homeStrand{
|
|
#homeStrand{
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -881,6 +928,11 @@ Modal
|
|
|
.flexRow:nth-child(3){
|
|
.flexRow:nth-child(3){
|
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /* INGREDIENTS */
|
|
|
|
|
+ #categoryList{
|
|
|
|
|
+ height: 80%;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|