aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/dashboard/dashboard.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/dashboard/dashboard.styl')
-rw-r--r--ui/imports/ui/components/dashboard/dashboard.styl40
1 files changed, 40 insertions, 0 deletions
diff --git a/ui/imports/ui/components/dashboard/dashboard.styl b/ui/imports/ui/components/dashboard/dashboard.styl
index e69de29..e7d58fc 100644
--- a/ui/imports/ui/components/dashboard/dashboard.styl
+++ b/ui/imports/ui/components/dashboard/dashboard.styl
@@ -0,0 +1,40 @@
+.os-dashboard
+ display: flex;
+ flex-flow: row nowrap;
+
+ .sm-main-layout-no-nav
+ flex: 1 0 0;
+
+ display: flex;
+ flex-flow: column nowrap;
+
+ .sm-main-row
+ display: flex;
+ flex-flow: row nowrap;
+ justify-content: space-between;
+
+ .sm-environments
+ flex: 3 0 0;
+ display: flex;
+ flex-flow: row wrap;
+ justify-content: center;
+
+ padding: 50px;
+ margin: -20px;
+
+ >.item
+ margin: 20px;
+ width: 700px;
+
+ .sm-side-container
+ flex: 0 0 0;
+ display: flex;
+ justify-content: center;
+
+ padding: 50px;
+
+ .sm-messages-section
+ display: flex;
+ flex-flow: column nowrap;
+
+ min-width: 350px;