aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/dashboard/dashboard.styl
diff options
context:
space:
mode:
authorYaron Yogev <yaronyogev@gmail.com>2017-10-03 10:14:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-03 10:14:14 +0000
commit9e9c95952ca2a7efeafd316fff107b95fdd0f0b5 (patch)
tree6ad620ebc1f9adf6bf9fc671d88ea0adf8e7fe07 /ui/imports/ui/components/dashboard/dashboard.styl
parent929a33a1cf8854e06d13e5ef352a48759c9ba2d5 (diff)
parent1fff14f0a5e25adaa851537c71c7bd8381c1bbb1 (diff)
Merge "ui move to docker" into stable/euphrates
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;