فهرست منبع

Sidelining the adding new ingredients section until I get input

Lee Morgan 6 سال پیش
والد
کامیت
deba96c993
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      views/dashboardPage/components/addIngredient.ejs
  2. 1 2
      views/dashboardPage/components/components.css

+ 1 - 1
views/dashboardPage/components/addIngredient.ejs

@@ -1,5 +1,5 @@
 <div id="addIngredient" class="sidebarHide">
-    <h1>Things and stuff</h1>
+    <h1>Add New Ingredients</h1>
 
     <input type="text">
 </div>

+ 1 - 2
views/dashboardPage/components/components.css

@@ -6,6 +6,7 @@
     padding: 25px;
     transition: width 0.2s;
     overflow: hidden;
+    box-shadow: -1px 0px 10px gray;
 }
 
 .sidebarHide{
@@ -27,6 +28,4 @@
 
 #addIngredient{
     flex-direction: column;
-    background: rgb(0, 27, 45);
-    color: white;
 }