diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-08 12:26:45 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-08 12:26:45 -0400 |
commit | 2552ef6a1805404add60aa93a757556549f94a05 (patch) | |
tree | 9a336a8492ab4b15a50c70f225033af28b2bc6af /ufund-ui/src/app/components/funding-basket/funding-basket.component.css | |
parent | 2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc (diff) | |
download | JellySolutions-2552ef6a1805404add60aa93a757556549f94a05.tar.gz JellySolutions-2552ef6a1805404add60aa93a757556549f94a05.tar.bz2 JellySolutions-2552ef6a1805404add60aa93a757556549f94a05.zip |
Add overfund warningv3.1
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 | 15 |
1 files changed, 15 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 cff2bbe..259e18a 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 @@ -93,3 +93,18 @@ display: flex; flex-direction: column; } + +.overfundWarn { + div { + display: flex; + flex-direction: row; + gap: 10px; + } + + background-color: var(--tertiary-color); + border-radius: 10px; + padding: 15px; + border-color: var(--secondary-color); + border-width: 1px; + border-style: solid; +} |