Parcourir la source

Update all items so it is now mobile friendly yet again

Lee Morgan il y a 6 ans
Parent
commit
a4546a5321

+ 5 - 1
views/dashboardPage/dashboard.css

@@ -584,6 +584,10 @@ Transactions Strand
             color: black;
         }
 
+    .filterForm{
+        display: none;
+    }
+
     /*
     Home
     */
@@ -672,6 +676,6 @@ Transactions Strand
     Transactions
     */
     .transactionsList{
-        width: 10%;
+        width: 100%;
     }
 }

+ 4 - 0
views/dashboardPage/sidebars/sidebars.css

@@ -694,4 +694,8 @@ New Transaction
         .orderIngredient{
             color: black;
         }
+
+    #ingredientRecipeList li{
+        color: black;
+    }
 }