summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
blob: 8f43ef58be849ddddf90d6c539c6d8dbc05a2e8f (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
25
@import 'nib'

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

  .swimlane-header
    writing-mode: sideways-lr;
    font-size: 14px;
    line-height: 50px;
    margin-top: 50px;
    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