aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.css
diff options
context:
space:
mode:
authorTyler Ferrari <69283684+Sowgro@users.noreply.github.com>2025-04-05 20:18:10 -0400
committerGitHub <noreply@github.com>2025-04-05 20:18:10 -0400
commit95798c2b81da7f950850a6bb3c5be28e0323d5ba (patch)
tree7c0cf1c24c9177ba77468141e245f2b2f111e50b /ufund-ui/src/app/components/need-page/need-page.component.css
parentef52495d781a3adcec79bfbc9067f70f5ec3c8ab (diff)
parent2f37b1de28399a361dc272b51ad624ac8902a562 (diff)
downloadJellySolutions-95798c2b81da7f950850a6bb3c5be28e0323d5ba.tar.gz
JellySolutions-95798c2b81da7f950850a6bb3c5be28e0323d5ba.tar.bz2
JellySolutions-95798c2b81da7f950850a6bb3c5be28e0323d5ba.zip
Merge pull request #29 from RIT-SWEN-261-02/need-image
local persistence for need list data
Diffstat (limited to 'ufund-ui/src/app/components/need-page/need-page.component.css')
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.css31
1 files changed, 10 insertions, 21 deletions
diff --git a/ufund-ui/src/app/components/need-page/need-page.component.css b/ufund-ui/src/app/components/need-page/need-page.component.css
index f1b7f1f..6ca1350 100644
--- a/ufund-ui/src/app/components/need-page/need-page.component.css
+++ b/ufund-ui/src/app/components/need-page/need-page.component.css
@@ -4,11 +4,13 @@
}
#box {
+ /*padding-top: 7.5%;*/
display: flex;
flex-direction: column;
width: 800px;
justify-content: start;
gap: 10px;
+ padding: 0 10px;
}
.needName {
@@ -22,32 +24,19 @@
/*margin-bottom: 20px;*/
}
-.split {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
-
-
- .left {
- display: flex;
- flex-direction: column;
- width : 50%;
- }
-
- .right {
- display: flex;
- flex-direction: column;
- align-items: end;
- }
-}
.need-image {
- width: 400px;
- height: auto;
+ width: calc(100% + 40px);
+ height: 40%;
+ /*position: absolute;*/
+ left: 22.5%;
aspect-ratio: 16/9;
object-fit: cover;
+ mask-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,.2) 80%, rgba(255,255,255,.1) 90%, transparent 100%);
border-radius: 10px;
- box-shadow: rgb(0, 40, 70) 0 0 50px;
+ margin-left: -20px;
+ margin-right: -20px;
+ margin-bottom: -80px;
}
.urgent {