|
|
@@ -829,6 +829,11 @@ NEW TRANSACTION
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+ /* TRANSACTION DETAILS */
|
|
|
+ #transactionRecipesLabel, .transactionRecipes, #transactionDetails .lineBorder{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
@media screen and (min-width: 1000px){
|
|
|
.menuLogo{
|
|
|
max-height: initial;
|
|
|
@@ -857,6 +862,12 @@ NEW TRANSACTION
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
+
|
|
|
+ /* TRANSACTION DETAILS */
|
|
|
+ #transactionRecipesLabel, .transactionRecipes, #transactionDetails .lineBorder{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|