aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 13:22:24 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 13:22:24 -0400
commitfd7d46749103d5610dd71ed33cb1e9d133701d4e (patch)
treea5ff7aeb96fd6dd3fdf106d13eec3a4f3e8c8d2e
parent843e904f2c756ed097190644800e1ee836acb086 (diff)
downloadJellySolutions-fd7d46749103d5610dd71ed33cb1e9d133701d4e.tar.gz
JellySolutions-fd7d46749103d5610dd71ed33cb1e9d133701d4e.tar.bz2
JellySolutions-fd7d46749103d5610dd71ed33cb1e9d133701d4e.zip
Disable need-image animation for now
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css28
1 files changed, 14 insertions, 14 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 86a021e..60af7bb 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,19 +5,6 @@
border-radius: 5px;
}
-.needEntry:hover {
- .need-image {
- mask-image: none;
- width: 210px
- }
- .left {
- width: 32.5%;
- }
- .prog {
- width: 72.5%;
- }
-}
-
#needList {
display: flex;
flex-direction: column;
@@ -43,10 +30,23 @@
mask-image: linear-gradient(to right, rgb(255,255,255) 0, rgb(255,255,255,.1) 60%, rgb(255,255,255,0) 100%);
}
+/*.clickable:hover {*/
+/* .need-image {*/
+/* mask-image: none;*/
+/* width: 210px*/
+/* }*/
+/* .left {*/
+/* width: 32.5%;*/
+/* }*/
+/* .prog {*/
+/* width: 72.5%;*/
+/* }*/
+/*}*/
+
.split {
display: flex;
flex-direction: row;
-
+
.left {
width: 15%;
transition: all 0.2s ease-in-out;