- we have responsive layout now so removing overrides
- also removing duplicate spacings css
Signed-off-by: Afreen Misbah <afreen@ibm.com>
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
******************************************/
width: layout.$spacing-10;
}
-.cds-mb-4 {
- margin-bottom: layout.$spacing-02;
-}
-
.cds--text-truncate--end {
@include textTruncate.text-truncate-end;
}