Fix basic linter issues

This commit is contained in:
Wicklow 2023-02-17 16:27:21 +01:00 committed by Chocobozzz
parent 5995a28f2b
commit 6c3589fc51
13 changed files with 15 additions and 16 deletions

View File

@ -15,7 +15,7 @@
.box { .box {
@include font-size(1.20rem); @include font-size(1.25rem);
text-align: start; text-align: start;
padding: 0 15px; padding: 0 15px;

View File

@ -13,7 +13,6 @@ input[type=email] {
@include peertube-input-text(100%); @include peertube-input-text(100%);
} }
//garder ça ou deux flex-grow-1 flex-shrink-1 lignes 39 et 104
.wrapper { .wrapper {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -31,7 +30,7 @@ input[type=email] {
} }
.alert { .alert {
@include rfs(0 auto 2rem, margin); @include margin(0, auto, 2rem, auto);
} }
.login-form-and-externals { .login-form-and-externals {