diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-27 18:47:07 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-27 18:47:07 -0400 |
commit | 7ccbfb414de47941c8acb2e6f9c2cc7a01cd819c (patch) | |
tree | 8f12b6e3117c8877eaf581478c1654faf15fcccb /ufund-ui/src/app/components/signup/signup.component.css | |
parent | 959b5bbaaa370542b75d804cedbbbecea881df0f (diff) | |
download | JellySolutions-7ccbfb414de47941c8acb2e6f9c2cc7a01cd819c.tar.gz JellySolutions-7ccbfb414de47941c8acb2e6f9c2cc7a01cd819c.tar.bz2 JellySolutions-7ccbfb414de47941c8acb2e6f9c2cc7a01cd819c.zip |
Added requirements list, updated bar, and disabling of creation with weak passwords.
Diffstat (limited to 'ufund-ui/src/app/components/signup/signup.component.css')
-rw-r--r-- | ufund-ui/src/app/components/signup/signup.component.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ufund-ui/src/app/components/signup/signup.component.css b/ufund-ui/src/app/components/signup/signup.component.css index d4ea97b..799cbd2 100644 --- a/ufund-ui/src/app/components/signup/signup.component.css +++ b/ufund-ui/src/app/components/signup/signup.component.css @@ -17,8 +17,15 @@ #bar { width: 100%; - height: 10px; - padding: 0; - margin: 0; + height: 20px; + -webkit-appearance: none; + appearance: none; + border: none; + border-radius: 10px; + overflow: hidden; + background-color: red; } +#requirement2 { + color: red; +} |