summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-01-19 12:22:03 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-01-19 12:22:03 -0300
commit690a5b970319ceabc0be965152187d7098022621 (patch)
tree1e86d3ef8a3523b981debc27e4fbe25ebcad8713 /client/components/swimlanes/swimlanes.styl
parent8b6a2eade3f1e8e05ee73568c8b69393d2b42827 (diff)
downloadwekan-690a5b970319ceabc0be965152187d7098022621.tar.gz
wekan-690a5b970319ceabc0be965152187d7098022621.tar.bz2
wekan-690a5b970319ceabc0be965152187d7098022621.zip
First swimlane draft, no functionality
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;