summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
blob: fcc5d962ce23d715c01be37b787627f592b72efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import 'nib'

.swimlane-header-wrap
  display: flex;
  flex-direction: row;
  flex: 0 0 50px;

  .swimlane-header
    writing-mode: sideways-lr;
    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;

  .swimlane-header-menu
    position: absolute
    padding: 20px 20px