diff --git a/ui/src/components/LoginForm/LoginForm.jsx b/ui/src/components/LoginForm/LoginForm.jsx index 81a3e5c..cdc38f1 100644 --- a/ui/src/components/LoginForm/LoginForm.jsx +++ b/ui/src/components/LoginForm/LoginForm.jsx @@ -64,9 +64,9 @@ export default function LoginForm() {
logo
-

Nie masz jeszcze konta?

+

Nie masz jeszcze konta?

-
-

Zaloguj się do swojego konta

-
+

Zaloguj się do swojego konta

45rem) { + @media screen and (height > 720px) { grid-row: 1 / -1; } } -h3 { +.header__level3 { font-weight: 600; font-size: calc($font-size-h3 * 1px); .viewHeader & { @@ -59,12 +60,12 @@ button.button { border-radius: $border-radius-md; padding: 0.5625rem 1.875rem; - .viewHeader & { + &.registerButton { font-size: calc($font-size-button-md * 1px); margin-left: 1.5rem; } - .form & { + &.submitButton { font-size: calc($font-size-button-lg * 1px); justify-self: center; min-width: calc(2 / 3 * 100%); @@ -73,6 +74,11 @@ button.button { .inputGroup { display: grid; + + input { + font-size: inherit; + padding: 0.8125rem 1.1875rem; + } } .inputGroup, @@ -91,10 +97,7 @@ button.button { } .passwordReset { - margin-top: -$form-gap; -} - -a { + margin-top: $password-reset-offset; text-decoration: none; color: $base-white; } @@ -102,8 +105,3 @@ a { .logo { max-width: 20rem; } - -input { - font-size: inherit; - padding: 0.8125rem 1.1875rem; -}