Fix basic linter issues
This commit is contained in:
parent
5995a28f2b
commit
6c3589fc51
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user