|
|
@@ -737,6 +737,10 @@ Modal
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
+ #newOrderBtn{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
#orderList{
|
|
|
width: 90%;
|
|
|
}
|
|
|
@@ -745,6 +749,15 @@ Modal
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+ /* TRANSACTIONS */
|
|
|
+ #transactionsStrand .strandHead{
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .transactionsList{
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
+
|
|
|
@media screen and (min-width: 601px){
|
|
|
.strandTitle{
|
|
|
font-size: 40px;
|
|
|
@@ -769,6 +782,36 @@ Modal
|
|
|
#ordersStrand .strandHead{
|
|
|
margin-top: 25px;
|
|
|
}
|
|
|
+
|
|
|
+ /* TRANSACTIONS */
|
|
|
+ #transactionsStrand .strandHead{
|
|
|
+ margin-top: 25px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (orientation: landscape){
|
|
|
+ @media screen and (max-width: 1400px){
|
|
|
+ body{
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ }
|
|
|
+
|
|
|
+ .button{
|
|
|
+ padding: 3px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .mobileMenuSelector{
|
|
|
+ color: rgb(240, 252, 255);
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
+
|
|
|
+ .strandTitle{
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media screen and (min-width: 601px){
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|