diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-05 13:17:29 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-05 13:17:29 -0400 |
commit | d7c974a98de42f41f3ca16f961d2dee96a3c4313 (patch) | |
tree | 32751f8ef2b16b7c957a3fbb82d8664b24239583 /ufund-ui/src/app/components/funding-basket/funding-basket.component.css | |
parent | 5a5d31896d79a736bce33b7d1aa7b3168ba308a9 (diff) | |
download | JellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.tar.gz JellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.tar.bz2 JellySolutions-d7c974a98de42f41f3ca16f961d2dee96a3c4313.zip |
Added running total to checkout
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.css | 8 |
1 files changed, 8 insertions, 0 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 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; +} |