summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/edit-recipe/edit-recipe.component.css
diff options
context:
space:
mode:
authorschencej <55326070+schencej@users.noreply.github.com>2019-12-10 17:30:39 -0500
committerGitHub <noreply@github.com>2019-12-10 17:30:39 -0500
commit3fd5630cae141bf49537537315d23bdbf92f8493 (patch)
treee2957affc5e2e1e5f07dffae09abf896974ff54d /recipeBuddy/src/app/edit-recipe/edit-recipe.component.css
parent8de14b3da7ec0dad8b02f5ca7a0e336c78d22522 (diff)
parentd8e99623986708c7b64984f8bf638a9fbec4a3d2 (diff)
Merge pull request #20 from tuckerevans/edit-page
Add edit-recipe form/page
Diffstat (limited to 'recipeBuddy/src/app/edit-recipe/edit-recipe.component.css')
-rw-r--r--recipeBuddy/src/app/edit-recipe/edit-recipe.component.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/edit-recipe/edit-recipe.component.css b/recipeBuddy/src/app/edit-recipe/edit-recipe.component.css
new file mode 100644
index 0000000..9d74c53
--- /dev/null
+++ b/recipeBuddy/src/app/edit-recipe/edit-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;
+}