aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-25 10:43:52 -0400
committerbenal01 <bja4245@rit.edu>2025-03-25 10:43:52 -0400
commitd9eb78521f29ead3a9f70b09e18a6d9560cc849c (patch)
tree50622f8c4d435a99d40bf7a30d473e763110f803 /ufund-ui/src/app/components/need-list/need-list.component.css
parentf7cd2d90191c1d81526ed549514d82864c1aebb2 (diff)
downloadJellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.tar.gz
JellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.tar.bz2
JellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.zip
fancy selection animation for need list
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.css2
1 files changed, 1 insertions, 1 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 c763105..2eb6a8d 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
@@ -29,7 +29,7 @@ li {
border-radius: 5px;
margin: 5px;
> button {
- background-color: var(--list-background-color);
+ background-color: transparent;
width: 88%;
float: left;
transition: all 0.3s ease;