aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;