aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/dashboard/dashboard.styl
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-16 11:33:56 +0300
committerKoren Lev <korenlev@gmail.com>2017-08-16 11:33:56 +0300
commitef65f0fefeab974ec06426f289469c45e804678a (patch)
tree38c3ce9fcc62c474b45e5ee8960621cee982b75c /ui/imports/ui/components/dashboard/dashboard.styl
parent798f7292513d08e0120e52775f0a4952adc7cef3 (diff)
scans,messages - default latest time first, tree as drawer, env re-arranged
Change-Id: Ib6bc2e6d87821c3583b6a0521b759cedcf3a9868 Signed-off-by: Koren Lev <korenlev@gmail.com>
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;