diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 19:09:53 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 19:09:53 -0400 |
commit | fb4e2bc3eb66ca861eb8393ade21811e4510669a (patch) | |
tree | 2ea81b40956165d9483c30032c51d6ed16957b07 /ufund-ui/src/styles.css | |
parent | d6f4aad157baad7d9b25d56ce056b80805e88f5f (diff) | |
download | JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.gz JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.bz2 JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.zip |
Start implementation new design
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index bad2232..49b478e 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -11,11 +11,12 @@ html, body { margin: 0; height: 100%; - background-color: light-dark(white, #242424); + background-color: light-dark(white, #000715); } body { - font-family: sans-serif; + font-family: Inter, sans-serif; + font-optical-sizing: auto; } input { @@ -33,8 +34,8 @@ input { button, .button { font-size: 14pt; - padding: 6px 10px; - border-radius: 5px; + padding: 6px 16px; + border-radius: 9999px; border-style: none; background-color: light-dark(#ebebeb, #3a3a3a); @@ -42,3 +43,13 @@ button, .button { background-color: light-dark(#e1e1e1, #444444); } } + +.button2 { + text-transform: uppercase; + border: 1px solid #5cdbff; + padding: 10px 25px; + font-size: 12pt; + font-weight: 600; + background-color: transparent; + text-shadow: #5cdbff 0 0 50px; +} |