aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorWicklow <wicklow@framasoft.org>2023-02-17 16:27:21 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-20 13:52:22 +0100
commit6c3589fc51fdf218912538b2a46399886ed36ac3 (patch)
treed8eb4de0312dfd292f5d59631925a406f969c040 /client/src/sass
parent5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (diff)
downloadPeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.gz
PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.zst
PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.zip
Fix basic linter issues
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/class-helpers/_buttons.scss2
-rw-r--r--client/src/sass/class-helpers/_common.scss2
-rw-r--r--client/src/sass/class-helpers/_custom-bootstrap-helpers.scss2
-rw-r--r--client/src/sass/class-helpers/_forms.scss2
-rw-r--r--client/src/sass/class-helpers/_menu.scss2
-rw-r--r--client/src/sass/class-helpers/index.scss2
-rw-r--r--client/src/sass/include/_bootstrap-mixins.scss2
7 files changed, 7 insertions, 7 deletions
diff --git a/client/src/sass/class-helpers/_buttons.scss b/client/src/sass/class-helpers/_buttons.scss
index 61fdbbf70..436bb48f4 100644
--- a/client/src/sass/class-helpers/_buttons.scss
+++ b/client/src/sass/class-helpers/_buttons.scss
@@ -34,4 +34,4 @@
34 34
35.peertube-radio-container { 35.peertube-radio-container {
36 @include peertube-radio-container; 36 @include peertube-radio-container;
37} \ No newline at end of file 37}
diff --git a/client/src/sass/class-helpers/_common.scss b/client/src/sass/class-helpers/_common.scss
index d342c2ceb..5fe8af26f 100644
--- a/client/src/sass/class-helpers/_common.scss
+++ b/client/src/sass/class-helpers/_common.scss
@@ -120,4 +120,4 @@
120 120
121.chip { 121.chip {
122 @include chip; 122 @include chip;
123} \ No newline at end of file 123}
diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
index d5606181d..bb5902ec9 100644
--- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
+++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
@@ -5,4 +5,4 @@
5 5
6.fs-5-5 { 6.fs-5-5 {
7 @include font-size(1.125rem); 7 @include font-size(1.125rem);
8} \ No newline at end of file 8}
diff --git a/client/src/sass/class-helpers/_forms.scss b/client/src/sass/class-helpers/_forms.scss
index 79495aeb4..1e78df947 100644
--- a/client/src/sass/class-helpers/_forms.scss
+++ b/client/src/sass/class-helpers/_forms.scss
@@ -52,4 +52,4 @@
52label+.form-group-description { 52label+.form-group-description {
53 margin-bottom: 10px; 53 margin-bottom: 10px;
54 margin-top: 0; 54 margin-top: 0;
55} \ No newline at end of file 55}
diff --git a/client/src/sass/class-helpers/_menu.scss b/client/src/sass/class-helpers/_menu.scss
index 1d17f9f2e..9e69136c4 100644
--- a/client/src/sass/class-helpers/_menu.scss
+++ b/client/src/sass/class-helpers/_menu.scss
@@ -77,4 +77,4 @@
77 @media screen and (max-width: $small-view) { 77 @media screen and (max-width: $small-view) {
78 flex-direction: column; 78 flex-direction: column;
79 } 79 }
80} \ No newline at end of file 80}
diff --git a/client/src/sass/class-helpers/index.scss b/client/src/sass/class-helpers/index.scss
index ec0aea52e..a7d584d96 100644
--- a/client/src/sass/class-helpers/index.scss
+++ b/client/src/sass/class-helpers/index.scss
@@ -2,4 +2,4 @@
2@use '_common' as *; 2@use '_common' as *;
3@use '_custom-bootstrap-helpers' as *; 3@use '_custom-bootstrap-helpers' as *;
4@use '_forms' as *; 4@use '_forms' as *;
5@use '_menu' as *; \ No newline at end of file 5@use '_menu' as *;
diff --git a/client/src/sass/include/_bootstrap-mixins.scss b/client/src/sass/include/_bootstrap-mixins.scss
index 2be16ebad..82604633c 100644
--- a/client/src/sass/include/_bootstrap-mixins.scss
+++ b/client/src/sass/include/_bootstrap-mixins.scss
@@ -2,4 +2,4 @@
2@import 'bootstrap/scss/variables'; 2@import 'bootstrap/scss/variables';
3@import 'bootstrap/scss/maps'; 3@import 'bootstrap/scss/maps';
4@import 'bootstrap/scss/mixins'; 4@import 'bootstrap/scss/mixins';
5@import 'bootstrap/scss/utilities'; \ No newline at end of file 5@import 'bootstrap/scss/utilities';