First swimlane draft, no functionality

This commit is contained in:
Andrés Manelli 2018-01-19 12:22:03 -03:00
parent 8b6a2eade3
commit 690a5b9703
16 changed files with 474 additions and 173 deletions

View file

@ -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;