Bläddra i källkod

Update all items so it is now mobile friendly yet again

Lee Morgan 6 år sedan
förälder
incheckning
a4546a5321
2 ändrade filer med 9 tillägg och 1 borttagningar
  1. 5 1
      views/dashboardPage/dashboard.css
  2. 4 0
      views/dashboardPage/sidebars/sidebars.css

+ 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;
+    }
 }