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 {
@include font-size(1.20rem);
@include font-size(1.25rem);
text-align: start;
padding: 0 15px;

View File

@ -13,7 +13,6 @@ 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;
@ -31,7 +30,7 @@ input[type=email] {
}
.alert {
@include rfs(0 auto 2rem, margin);
@include margin(0, auto, 2rem, auto);
}
.login-form-and-externals {