diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-10 19:50:21 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-10 19:53:38 -0500 |
commit | 556fb4672019b6af56794998d6435f68e1c59368 (patch) | |
tree | 291e0cb67b0598a59da1976cadfaf5e900ae7de6 /recipeBuddy/src/app/edit-recipe/edit-recipe.component.css | |
parent | b0bd782b6ff20ff874afc9ebf0b8ab9274ea2a09 (diff) | |
parent | 3b8dd74dcb2be88630099772e0902e1dfbcde92c (diff) |
Merge branch 'master' into elim
Diffstat (limited to 'recipeBuddy/src/app/edit-recipe/edit-recipe.component.css')
-rw-r--r-- | recipeBuddy/src/app/edit-recipe/edit-recipe.component.css | 43 |
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; +} |