summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/add-recipe/add-recipe.component.css
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-12-05 15:03:16 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-12-08 15:03:07 -0500
commit1431653196467eec7608cb30592d462b4c207be4 (patch)
treeeaa93906777d0bc45f0ecc5506195bc809d2d611 /recipeBuddy/src/app/add-recipe/add-recipe.component.css
parent443ded565b1482eaf17176967372f3986497f1b8 (diff)
Add material look to Add Recipe form
Diffstat (limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.css')
-rw-r--r--recipeBuddy/src/app/add-recipe/add-recipe.component.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/add-recipe/add-recipe.component.css b/recipeBuddy/src/app/add-recipe/add-recipe.component.css
index e69de29..901e02d 100644
--- a/recipeBuddy/src/app/add-recipe/add-recipe.component.css
+++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.css
@@ -0,0 +1,15 @@
+.form {
+ min-width: 150px;
+ max-width: 750px;
+ width: 100%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.full-width {
+ width: 100%;
+}
+
+td {
+ padding-right: 8px;
+}