2018-01-19 12:22:03 -03:00
|
|
|
@import 'nib'
|
|
|
|
|
|
|
|
|
|
.swimlane-header-wrap
|
|
|
|
|
display: flex;
|
2018-02-01 14:23:27 -03:00
|
|
|
flex-direction: row;
|
2018-01-19 12:22:03 -03:00
|
|
|
flex: 0 0 50px;
|
2018-02-27 13:51:47 -03:00
|
|
|
padding-bottom: 30px;
|
2018-01-19 12:22:03 -03:00
|
|
|
|
|
|
|
|
.swimlane-header
|
|
|
|
|
writing-mode: sideways-lr;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 50px;
|
2018-02-27 13:51:47 -03:00
|
|
|
margin-top: 50px;
|
2018-01-19 12:22:03 -03:00
|
|
|
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;
|
2018-02-01 14:23:27 -03:00
|
|
|
|
|
|
|
|
.swimlane-header-menu
|
|
|
|
|
position: absolute
|
|
|
|
|
padding: 20px 20px
|