aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/region-dashboard/region-dashboard.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/region-dashboard/region-dashboard.styl')
-rw-r--r--ui/imports/ui/components/region-dashboard/region-dashboard.styl14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/imports/ui/components/region-dashboard/region-dashboard.styl b/ui/imports/ui/components/region-dashboard/region-dashboard.styl
new file mode 100644
index 0000000..044760f
--- /dev/null
+++ b/ui/imports/ui/components/region-dashboard/region-dashboard.styl
@@ -0,0 +1,14 @@
+/* Set the component style here */
+.os-region-dashboard
+ .sm-info-boxes
+ display: flex
+ flex-flow: row wrap;
+ justify-content: space-around
+
+ .sm-list-info-boxes
+ display: flex;
+ flex-flow: row wrap
+ justify-content: space-around
+
+ >.sm-item
+ margin: 10px;