From d7c974a98de42f41f3ca16f961d2dee96a3c4313 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Sat, 5 Apr 2025 13:17:29 -0400 Subject: Added running total to checkout --- .../app/components/funding-basket/funding-basket.component.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.css') 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 c46ef57..a1485a0 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 @@ -80,3 +80,11 @@ padding: 5px; gap: 5px; } + +#footer { + display: flex; + flex-direction: row; + align-items: center; + gap: 20px; + margin-bottom: 10px; +} -- cgit v1.2.3