فهرست منبع

Remove predictor button from mobile.

Lee Morgan 5 سال پیش
والد
کامیت
3719f10b0e
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      views/dashboardPage/sidebars.css

+ 4 - 4
views/dashboardPage/sidebars.css

@@ -696,8 +696,8 @@ NEW TRANSACTION
             }
 
         /* ORDER CALCULATOR */
-        .calculatorItem:nth-child(2n+1){
-            color: black;
+        #orderCalcBtn{
+            display: none;
         }
     }
 
@@ -765,8 +765,8 @@ NEW TRANSACTION
                 }
             
             /* ORDER CALCULATOR */
-            .calculatorItem:nth-child(2n+1){
-                color: black;
+            #orderCalcBtn{
+                display: none;
             }
 
             /* INGREDIENT DETAILS */