diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/class-helpers/_buttons.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/_common.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/_forms.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/_menu.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/index.scss | 2 | ||||
-rw-r--r-- | client/src/sass/include/_bootstrap-mixins.scss | 2 |
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 @@ | |||
52 | label+.form-group-description { | 52 | label+.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'; |