diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-20 11:32:48 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 4158e67c8d7eb39712e598d3f409c6739eef5f0b (patch) | |
tree | d80a3b09af7bb83ce4eb2783dad449a9bfe87bd2 /client/src/app/+login | |
parent | 6c3589fc51fdf218912538b2a46399886ed36ac3 (diff) | |
download | PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.tar.gz PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.tar.zst PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.zip |
Refactoring margin and padding mixins
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 { |