diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-05 23:26:11 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-05 23:26:11 -0400 |
commit | 1d4073c04aac11226fa3394ba84a745ed427d1cd (patch) | |
tree | 90ec0205395f8977d21debffeeed92bab678aff1 /ufund-ui/src/app/components/dashboard/dashboard.component.css | |
parent | ef52495d781a3adcec79bfbc9067f70f5ec3c8ab (diff) | |
download | JellySolutions-1d4073c04aac11226fa3394ba84a745ed427d1cd.tar.gz JellySolutions-1d4073c04aac11226fa3394ba84a745ed427d1cd.tar.bz2 JellySolutions-1d4073c04aac11226fa3394ba84a745ed427d1cd.zip |
Updated dashboard styling
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.css')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css index 742a151..303b890 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.css +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css @@ -9,3 +9,31 @@ flex-direction: column; gap: 10px; } + +#stats { + display: flex; + flex-direction: row; + gap: 10px; +} + +.card { + background-color: #2e2e2e; + width: 400px; + height: 130px; + border-radius: 5px; + padding: 20px; + display: flex; + flex-direction: column; + +} + +.listCard { + background-color: #2e2e2e; + border-radius: 5px; + padding: 10px; + +} + +.content { + align-self: end; +} |