From 67f7914faefcb227c0c9b1010b437ee874f3c56a Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Mar 2025 14:45:06 -0400 Subject: Added basic css to funding basket needs --- .../src/app/components/funding-basket/funding-basket.component.css | 7 +++++++ 1 file changed, 7 insertions(+) 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 e69de29..3dec496 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 @@ -0,0 +1,7 @@ +td, p { + border: 2px solid #000; + border-radius: 5px; + padding: 5px; + margin: 5px; + +} \ No newline at end of file -- cgit v1.2.3