diff --git a/web/css/buttons.css b/web/css/buttons.css index 9948f05..efc5761 100644 --- a/web/css/buttons.css +++ b/web/css/buttons.css @@ -86,10 +86,6 @@ input[type="text"], textarea, input[type="password"] { caret-color: var(--color-4); } -input[type="password"]:not(.setup-wrapper input[type="password"]) { - border-radius: 15px 0 0 15px; -} - #tune-buttons input[type="text"] { width: 50%; height: 48px; @@ -341,4 +337,4 @@ select:hover { #tune-buttons input[type="text"] { background-color: var(--color-1-transparent); } -} \ No newline at end of file +} diff --git a/web/css/helpers.css b/web/css/helpers.css index 7993eee..676ea85 100644 --- a/web/css/helpers.css +++ b/web/css/helpers.css @@ -59,6 +59,10 @@ border-radius: 5px; } +.br-15 { + border-radius: 15px; +} + .br-30 { border-radius: 30px; } @@ -292,4 +296,4 @@ table .input-text { .text-medium { font-size: 30px; } -} \ No newline at end of file +} diff --git a/web/css/setup.css b/web/css/setup.css index e177b00..ea3b0c6 100644 --- a/web/css/setup.css +++ b/web/css/setup.css @@ -165,4 +165,4 @@ li.active { margin-left: 0; width: 100%; } -} \ No newline at end of file +} diff --git a/web/index.ejs b/web/index.ejs index d3ba924..a9453f4 100644 --- a/web/index.ejs +++ b/web/index.ejs @@ -325,7 +325,7 @@