summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/swimlanes/swimlanes.styl')
-rw-r--r--client/components/swimlanes/swimlanes.styl21
1 files changed, 21 insertions, 0 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
new file mode 100644
index 00000000..e9397594
--- /dev/null
+++ b/client/components/swimlanes/swimlanes.styl
@@ -0,0 +1,21 @@
+@import 'nib'
+
+.swimlane-header-wrap
+ display: flex;
+ flex-direction: column;
+ flex: 0 0 50px;
+
+ .swimlane-header
+ writing-mode: sideways-lr;
+ height: 100%;
+ font-size: 14px;
+ line-height: 50px;
+ margin: 0;
+ font-weight: bold;
+ min-height: 9px;
+ min-width: 30px;
+ overflow: hidden;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ word-wrap: break-word;
+ text-align: center;