aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/cupboard/cupboard.component.css
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-17 21:55:57 -0400
committerbenal01 <bja4245@rit.edu>2025-03-17 21:55:57 -0400
commit3f8a523dbbfcbfed875adc383d91ef6143b651cb (patch)
tree5b05c242f7468832d36f888ad8e4fa554887de5b /ufund-ui/src/app/components/cupboard/cupboard.component.css
parent13c0042f9c6e130a061cbb448cff6bcd9e8ab5e6 (diff)
parentd1b7b81cbedc673cf6f52ac5745438f95083b78e (diff)
downloadJellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.tar.gz
JellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.tar.bz2
JellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.zip
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b-jellysolutions
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.css')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.css b/ufund-ui/src/app/components/cupboard/cupboard.component.css
index e69de29..fe4971a 100644
--- a/ufund-ui/src/app/components/cupboard/cupboard.component.css
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.css
@@ -0,0 +1,21 @@
+:host {
+ display: block;
+ border: 2px solid #000;
+ border-radius: 5px;
+ padding: 10px 20px;
+}
+
+#menu, #create-form, #delete-form, #update-form {
+ background-color: #d9d9d9;
+ padding: 10px 20px 20px 20px;
+ border: 2px solid #000;
+ border-radius: 5px;
+ width: 20%;
+ visibility: visible;
+
+}
+
+#create-button {
+ padding: 10px 20px;
+
+} \ No newline at end of file