aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-07 14:03:59 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-07 14:03:59 -0400
commit81917b7cae6d3d22bc8e54f7b2bd416acd70475f (patch)
treee101bfb241458583d0f896975bc797ef77211c6a /ufund-ui/src/app/components/funding-basket/funding-basket.component.css
parentb6bc0e5e9be234c58ad5d8554f6614d22e2738f8 (diff)
downloadJellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.tar.gz
JellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.tar.bz2
JellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.zip
Added total physical contributions to dashboard and funding basket
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
index a1485a0..297a63a 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
@@ -84,7 +84,12 @@
#footer {
display: flex;
flex-direction: row;
- align-items: center;
+ align-items: start;
gap: 20px;
margin-bottom: 10px;
}
+
+#totals {
+ display: flex;
+ flex-direction: column;
+}