aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-18 14:45:06 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-18 14:45:06 -0400
commit67f7914faefcb227c0c9b1010b437ee874f3c56a (patch)
tree3d0e14ff1b09525e37b57d74885f8c4e4427e9e5
parentac33cc6884c0d3b3e112e6dde6154aa123016d93 (diff)
downloadJellySolutions-67f7914faefcb227c0c9b1010b437ee874f3c56a.tar.gz
JellySolutions-67f7914faefcb227c0c9b1010b437ee874f3c56a.tar.bz2
JellySolutions-67f7914faefcb227c0c9b1010b437ee874f3c56a.zip
Added basic css to funding basket needs
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.css7
1 files changed, 7 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 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