mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Fix glyphicon icons in primeng table
This commit is contained in:
parent
77d873c56d
commit
e89cbbdf94
@ -5,14 +5,16 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
|
||||
|
||||
@use '_fonts';
|
||||
|
||||
@use './bootstrap';
|
||||
@use './primeng-custom';
|
||||
@use './ng-select';
|
||||
|
||||
@use './classes';
|
||||
|
||||
@use './custom-markup';
|
||||
|
||||
@use './ng-select';
|
||||
|
||||
// Needs an import because we extends glyphicon icons in primeng
|
||||
@import './bootstrap';
|
||||
@import './primeng-custom';
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user