summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss')
-rw-r--r--src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss
new file mode 100644
index 000000000..e4074c92c
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss
@@ -0,0 +1,6 @@
+@use '../vendor/variables' as vv;
+
+/* Grid */
+.container-fluid {
+ padding: 0 vv.$grid-gutter-width;
+}