]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove dashboard overrides
authorAfreen Misbah <afreen@ibm.com>
Thu, 26 Mar 2026 13:34:56 +0000 (19:04 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 28 Apr 2026 08:36:45 +0000 (14:06 +0530)
- we have responsive layout now so removing overrides
- also removing duplicate spacings css

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss

index 55e0ded82daa2015407d2e8d81cc2a3cb35419dc..4b83c3c7ae472495985f7a2a170b2dd8018f5f25 100644 (file)
@@ -181,15 +181,6 @@ Breadcrumbs
   padding: 8px 0;
 }
 
-/******************************************
-Dashboard page
-******************************************/
-// keeping this on 12px for now until we have responsive design
-// based on carbon
-cd-dashboard {
-  font-size: 12px;
-}
-
 /******************************************
 Code snippet
 ******************************************/
@@ -237,10 +228,6 @@ Tabs
   width: layout.$spacing-10;
 }
 
-.cds-mb-4 {
-  margin-bottom: layout.$spacing-02;
-}
-
 .cds--text-truncate--end {
   @include textTruncate.text-truncate-end;
 }