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, 0 insertions, 40 deletions
diff --git a/ui/imports/ui/components/dashboard/dashboard.styl b/ui/imports/ui/components/dashboard/dashboard.styl
deleted file mode 100644
index e7d58fc..0000000
--- a/ui/imports/ui/components/dashboard/dashboard.styl
+++ /dev/null
@@ -1,40 +0,0 @@
-.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;