aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-12 14:22:37 +0200
committerChocobozzz <me@florianbigard.com>2021-07-12 14:22:37 +0200
commite89cbbdf9408fd3ea16da540c425ecf2803ac668 (patch)
tree3d43d165988eba9ce21d6ee3b7a6668b77b0fb0f /client
parent77d873c56d112b7b1de4e703b08f7d8547dfb9fd (diff)
downloadPeerTube-e89cbbdf9408fd3ea16da540c425ecf2803ac668.tar.gz
PeerTube-e89cbbdf9408fd3ea16da540c425ecf2803ac668.tar.zst
PeerTube-e89cbbdf9408fd3ea16da540c425ecf2803ac668.zip
Fix glyphicon icons in primeng table
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/application.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 15ca09ec4..30d487b11 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -5,14 +5,16 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
5 5
6@use '_fonts'; 6@use '_fonts';
7 7
8@use './bootstrap';
9@use './primeng-custom';
10@use './ng-select';
11
12@use './classes'; 8@use './classes';
13 9
14@use './custom-markup'; 10@use './custom-markup';
15 11
12@use './ng-select';
13
14// Needs an import because we extends glyphicon icons in primeng
15@import './bootstrap';
16@import './primeng-custom';
17
16[hidden] { 18[hidden] {
17 display: none !important; 19 display: none !important;
18} 20}