]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/styles.scss
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles.scss
index fc6a9a25446780f6e8b53f3866b3a1a53ba0a494..47dfaf0d4512f7260c1499f96db07bfd15c4e4db 100644 (file)
@@ -2,7 +2,7 @@
 @use './src/styles/defaults' as *;
 
 // Angular2-Tree Component
-@import '~@circlon/angular-tree-component/css/angular-tree-component.css';
+@import '@circlon/angular-tree-component/css/angular-tree-component.css';
 
 // Fork-Awesome
 $fa-font-path: '~fork-awesome/fonts';
@@ -23,9 +23,10 @@ $grid-breakpoints: (
   2xl: 1450px
 );
 
-@import '~bootstrap/scss/bootstrap';
-@import '~fork-awesome/scss/fork-awesome';
+@import 'bootstrap/scss/bootstrap';
+@import 'fork-awesome/scss/fork-awesome';
 @import 'app/ceph/dashboard/info-card/info-card-popover.scss';
+@import 'app/ceph/rgw/rgw-overview-dashboard/rgw-overview-card-popover.scss';
 @import './src/styles/bootstrap-extends';
 
 @import './src/styles/ceph-custom/basics';
@@ -182,7 +183,7 @@ a.btn-light {
 
 // Overrides the badge to rounded-pill
 .badge {
-  @extend .badge, .rounded-pill, .mb-1;
+  @extend .badge, .mb-1;
 }
 
 // Overriding badges to match the class name of badges in Bootstrap v5