diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-17 16:27:21 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 6c3589fc51fdf218912538b2a46399886ed36ac3 (patch) | |
tree | d8eb4de0312dfd292f5d59631925a406f969c040 /client/src/app/+login | |
parent | 5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (diff) | |
download | PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.gz PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.zst PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.zip |
Fix basic linter issues
Diffstat (limited to 'client/src/app/+login')
-rw-r--r-- | client/src/app/+login/login.component.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index f5c909bdb..f981cd3d3 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss | |||
@@ -13,14 +13,13 @@ input[type=email] { | |||
13 | @include peertube-input-text(100%); | 13 | @include peertube-input-text(100%); |
14 | } | 14 | } |
15 | 15 | ||
16 | //garder ça ou deux flex-grow-1 flex-shrink-1 lignes 39 et 104 | ||
17 | .wrapper { | 16 | .wrapper { |
18 | display: flex; | 17 | display: flex; |
19 | justify-content: space-between; | 18 | justify-content: space-between; |
20 | flex-wrap: wrap; | 19 | flex-wrap: wrap; |
21 | margin: auto; | 20 | margin: auto; |
22 | 21 | ||
23 | >div { | 22 | > div { |
24 | flex: 1 1; | 23 | flex: 1 1; |
25 | } | 24 | } |
26 | } | 25 | } |
@@ -31,7 +30,7 @@ input[type=email] { | |||
31 | } | 30 | } |
32 | 31 | ||
33 | .alert { | 32 | .alert { |
34 | @include rfs(0 auto 2rem, margin); | 33 | @include margin(0, auto, 2rem, auto); |
35 | } | 34 | } |
36 | 35 | ||
37 | .login-form-and-externals { | 36 | .login-form-and-externals { |
@@ -115,4 +114,4 @@ input[type=email] { | |||
115 | display: inline; | 114 | display: inline; |
116 | } | 115 | } |
117 | } | 116 | } |
118 | } \ No newline at end of file | 117 | } |