diff options
author | Hayden Hartman <haydenhartman10@gmail.com> | 2025-03-18 17:17:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 17:17:23 -0400 |
commit | db9e4a8c26dc5252cfe0974843bc391c57edd07d (patch) | |
tree | 0c8aba41ae378fe04e8312ab9eff48656732c9c8 /ufund-ui/src/app/components/funding-basket/funding-basket.component.css | |
parent | c7c4e037d655762cc6b394a460effbcd8816d175 (diff) | |
parent | 7a5396b65fcde8153c8eeae565bfecb7de37b23f (diff) | |
download | JellySolutions-2.1.tar.gz JellySolutions-2.1.tar.bz2 JellySolutions-2.1.zip |
Merge pull request #14 from RIT-SWEN-261-02/funding_basketv2.1
funding-basket merge
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.css')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.css | 7 |
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 |