From 6c3589fc51fdf218912538b2a46399886ed36ac3 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 16:27:21 +0100 Subject: Fix basic linter issues --- client/src/app/+login/login.component.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'client/src/app/+login') 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] { @include peertube-input-text(100%); } -//garder ça ou deux flex-grow-1 flex-shrink-1 lignes 39 et 104 .wrapper { display: flex; justify-content: space-between; flex-wrap: wrap; margin: auto; - >div { + > div { flex: 1 1; } } @@ -31,7 +30,7 @@ input[type=email] { } .alert { - @include rfs(0 auto 2rem, margin); + @include margin(0, auto, 2rem, auto); } .login-form-and-externals { @@ -115,4 +114,4 @@ input[type=email] { display: inline; } } -} \ No newline at end of file +} -- cgit v1.2.3