aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
authorHayden Hartman <haydenhartman10@gmail.com>2025-03-17 21:49:35 -0400
committerGitHub <noreply@github.com>2025-03-17 21:49:35 -0400
commitd1b7b81cbedc673cf6f52ac5745438f95083b78e (patch)
tree948255f18f05f2a26e22126de44fa433635876df /ufund-ui/src/app/components/need-list/need-list.component.css
parent1bf10f9f26f47ea5cff7ff48d5664febb0ed2585 (diff)
parent54876363de44791ba65b6c43b795f8d0c3548ecc (diff)
downloadJellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.tar.gz
JellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.tar.bz2
JellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.zip
Merge pull request #10 from RIT-SWEN-261-02/cupboard-component
Cupboard component
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css
index e69de29..bbc3f2c 100644
--- a/ufund-ui/src/app/components/need-list/need-list.component.css
+++ b/ufund-ui/src/app/components/need-list/need-list.component.css
@@ -0,0 +1,24 @@
+:host {
+ list-style-type:circle;
+ border: 2px solid #000;
+ display: block;
+ width: 30%;
+ border-radius: 5px;
+
+}
+
+li, div {
+ border: 2px solid #000;
+ border-radius: 5px;
+ padding: 5px;
+ margin: 5px;
+
+}
+
+#search-form {
+ background-color: #d9d9d9;
+ padding: 10px 20px 20px 20px;
+ border: 2px solid #000;
+ border-radius: 5px;
+ visibility: visible;
+ } \ No newline at end of file