diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-07 15:29:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 08:16:19 +0200 |
commit | a0da6f90d16027b385a67da6a5691b163626a363 (patch) | |
tree | d12d028399cd6ce32e120744b54d9ae7c27083bf /client/src/app | |
parent | 5c5bcea2e64daf0a66a796c89432732ed27308d2 (diff) | |
download | PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.tar.gz PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.tar.zst PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.zip |
Prevent sass deprecated warning
Diffstat (limited to 'client/src/app')
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+admin/overview/users/user-list/user-list.component.scss b/client/src/app/+admin/overview/users/user-list/user-list.component.scss index 3c775cac5..23e0d29ee 100644 --- a/client/src/app/+admin/overview/users/user-list/user-list.component.scss +++ b/client/src/app/+admin/overview/users/user-list/user-list.component.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | @use '~bootstrap/scss/functions' as *; | 3 | @use 'bootstrap/scss/functions' as *; |
4 | 4 | ||
5 | .add-button { | 5 | .add-button { |
6 | @include create-button; | 6 | @include create-button; |
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index d31d428f7..17e151fd8 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss | |||
@@ -1,8 +1,8 @@ | |||
1 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | @import '~bootstrap/scss/functions'; | 4 | @import 'bootstrap/scss/functions'; |
5 | @import '~bootstrap/scss/variables'; | 5 | @import 'bootstrap/scss/variables'; |
6 | 6 | ||
7 | label { | 7 | label { |
8 | display: block; | 8 | display: block; |
diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss b/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss index 8206f4dd8..3d686a146 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | @use '~bootstrap/scss/functions' as *; | 3 | @use 'bootstrap/scss/functions' as *; |
4 | 4 | ||
5 | .account-title { | 5 | .account-title { |
6 | @include settings-big-title; | 6 | @include settings-big-title; |