aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/project-dashboard/project-dashboard.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/project-dashboard/project-dashboard.styl')
-rw-r--r--ui/imports/ui/components/project-dashboard/project-dashboard.styl14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/imports/ui/components/project-dashboard/project-dashboard.styl b/ui/imports/ui/components/project-dashboard/project-dashboard.styl
new file mode 100644
index 0000000..01e2a67
--- /dev/null
+++ b/ui/imports/ui/components/project-dashboard/project-dashboard.styl
@@ -0,0 +1,14 @@
+/* Set the component style here */
+.os-project-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;