summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/add-recipe/add-recipe.component.css
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-12-09 17:56:04 -0500
committerschencej <schencej@clarkson.edu>2019-12-09 17:56:04 -0500
commitdb8a87f4903ad224238f938d1b36594001e7333f (patch)
tree58825d7f1a197951126a992441c10ea72604ba38 /recipeBuddy/src/app/add-recipe/add-recipe.component.css
parent2b43753e546b85ad3aea411df9636b23153fb9d8 (diff)
parentc37cbf8fbdb48ce8fc14a76ded2ff5401d7bae4d (diff)
Merge branch 'master' of https://github.com/tuckerevans/recipe_buddy into elim
Diffstat (limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.css')
-rw-r--r--recipeBuddy/src/app/add-recipe/add-recipe.component.css43
1 files changed, 43 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
new file mode 100644
index 0000000..9d74c53
--- /dev/null
+++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.css
@@ -0,0 +1,43 @@
+.form {
+ min-width: 150px;
+ max-width: 750px;
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+.full-width {
+ width: 100%;
+}
+
+.half-width {
+ width: 50%;
+ padding: 1%;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+.quarter-width {
+ width: 25%;
+ padding: 1%;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+.third-width {
+ width: 33%;
+ padding: 1%;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+td {
+ padding-right: 8px;
+}
+
+.center {
+ margin-left:auto;
+ margin-right:auto;
+}