Przeglądaj źródła

Add some forgotten style changes.

Lee Morgan 5 lat temu
rodzic
commit
b93e71c7fd

+ 2 - 0
views/dashboardPage/css/sidebars/newRecipe.css

@@ -18,6 +18,7 @@
             display: flex;
             justify-content: space-between;
             margin: 15px 0;
+            color: black;
         }
 
         .recipeBasicInfo input{
@@ -56,6 +57,7 @@
                 display: flex;
                 justify-content: space-between;
                 margin-bottom: 2px;
+                color: black;
             }
 
             #recipeInputIngredients input{

+ 2 - 2
views/dashboardPage/ejs/sidebars/newRecipe.ejs

@@ -19,7 +19,7 @@
             <input id="newRecipePrice" type="number" step="0.01" min="0">
         </label>
 
-        <label># OF INGREDIENTS
+        <label># OF INGREDIENTS:
             <input id="ingredientCount" type="number" step="1" min="1">
         </label>
     </div>
@@ -42,7 +42,7 @@
         </div>
     </template>
     
-    <button id="submitNewRecipe" class="button">CREATE</button>
+    <button id="submitNewRecipe" class="sidebarButton">CREATE</button>
 
     <button id="recipeFileUpload" class="linkButton">Or, upload a spreadsheet</button>
 </div>

+ 1 - 1
views/otherPages/style.css

@@ -22,7 +22,7 @@ html, body{
     }
 
         .headerLogo{
-            color: white;
+            color: rgb(255, 99, 107);
             font-size: 25px;
             margin-left: 10px;
         }