summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss
blob: e4074c92cf5a0e8c7067809d7b9e0ff6da1a8da7 (plain)
1
2
3
4
5
6
@use '../vendor/variables' as vv;

/* Grid */
.container-fluid {
  padding: 0 vv.$grid-gutter-width;
}