diff --git a/src/page/Auth/Login/Login.module.scss b/src/page/Auth/Login/Login.module.scss index 380534ec..9ad18983 100644 --- a/src/page/Auth/Login/Login.module.scss +++ b/src/page/Auth/Login/Login.module.scss @@ -71,7 +71,7 @@ @include media.media-breakpoint-down(mobile) { border: none; - border-bottom: 1px solid #d2dae2; + border-bottom: 1px solid #f7941e; } } @@ -98,10 +98,6 @@ &__error-message { font-size: 12px; color: #f7941e; - - @include media.media-breakpoint-down(mobile) { - display: none; - } } &__icon { @@ -136,7 +132,7 @@ &--login { @include media.media-breakpoint-down(mobile) { background: #f7941e; - margin-top: 48px; + margin-top: 38px; } } } @@ -190,6 +186,10 @@ } } } + + &__error { + height: 10px; + } } .option { diff --git a/src/page/Auth/Login/index.tsx b/src/page/Auth/Login/index.tsx index 3d07c2cd..29db67ae 100644 --- a/src/page/Auth/Login/index.tsx +++ b/src/page/Auth/Login/index.tsx @@ -83,7 +83,7 @@ export default function Login() {