aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
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.css21
1 files changed, 19 insertions, 2 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 1936b38..d4be5fa 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
@@ -5,11 +5,10 @@
}
.needEntry {
- background-color: #3a3a3a;
+ background-color: #2e2e2e;
display: flex;
flex-direction: column;
border-radius: 5px;
- padding: 10px;
}
#needList {
@@ -59,6 +58,7 @@ select {
flex-direction: row;
justify-content: space-between;
+
.left {
display: flex;
flex-direction: column;
@@ -83,3 +83,20 @@ select {
display: flex;
flex-direction: column;
}
+
+.clickable {
+ padding: 10px;
+ background-color: #3a3a3a;
+ border-radius: 5px;
+ cursor: pointer;
+}
+
+.clickable:hover {
+ background-color: #444444;
+}
+
+.actionArea {
+ display: flex;
+ padding: 5px;
+ gap: 5px;
+}