diff options
Diffstat (limited to 'client/src/app/+login')
-rw-r--r-- | client/src/app/+login/login.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index f981cd3d3..c588c425a 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | label { | 4 | label { |
5 | @include font-size(1.125rem); | 5 | @include font-size(18px); |
6 | 6 | ||
7 | display: block; | 7 | display: block; |
8 | margin-bottom: 5px; | 8 | margin-bottom: 5px; |
@@ -30,7 +30,7 @@ input[type=email] { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | .alert { | 32 | .alert { |
33 | @include margin(0, auto, 2rem, auto); | 33 | @include margin(0, auto, 2rem); |
34 | } | 34 | } |
35 | 35 | ||
36 | .login-form-and-externals { | 36 | .login-form-and-externals { |