Fix basic linter issues
This commit is contained in:
parent
5995a28f2b
commit
6c3589fc51
|
@ -10,4 +10,4 @@ a {
|
|||
.no-results {
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,4 +47,4 @@
|
|||
.section-title {
|
||||
color: var(--mainForegroundColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
font-size: 1.1rem;
|
||||
text-align: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -117,4 +117,4 @@
|
|||
margin: auto !important;
|
||||
width: min-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
.box {
|
||||
@include font-size(1.20rem);
|
||||
@include font-size(1.25rem);
|
||||
|
||||
text-align: start;
|
||||
padding: 0 15px;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
|
||||
.peertube-radio-container {
|
||||
@include peertube-radio-container;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -120,4 +120,4 @@
|
|||
|
||||
.chip {
|
||||
@include chip;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
.fs-5-5 {
|
||||
@include font-size(1.125rem);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,4 +52,4 @@
|
|||
label+.form-group-description {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,4 +77,4 @@
|
|||
@media screen and (max-width: $small-view) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
@use '_common' as *;
|
||||
@use '_custom-bootstrap-helpers' as *;
|
||||
@use '_forms' as *;
|
||||
@use '_menu' as *;
|
||||
@use '_menu' as *;
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
@import 'bootstrap/scss/variables';
|
||||
@import 'bootstrap/scss/maps';
|
||||
@import 'bootstrap/scss/mixins';
|
||||
@import 'bootstrap/scss/utilities';
|
||||
@import 'bootstrap/scss/utilities';
|
||||
|
|
Loading…
Reference in New Issue