summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
blob: df5696a2a949ab311d6d8a6a177f7153eb75691f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@import 'nib'

position()
  if arguments[0] == cover
    position: absolute
    left: 0
    right: 0
    top: 0
    bottom: 0
  else
    position: arguments

.board-wrapper
  position: cover

  .board-canvas
    position: cover
    transition: margin .1s

    &.is-sibling-sidebar-open
      margin-right: 248px

    .lists
      align-items: flex-start
      display: flex
      flex-direction: row
      margin: 0 0 10px
      padding: 0 40px 5px 0
      overflow-x: auto
      overflow-y: hidden
      position: cover

    .board-overlay
      position: cover
      top: -100px
      right: -400px
      background: black
      opacity: 0.33
      animation: fadeIn 0.2s
      z-index: 16

    &.is-dragging-active
      .open-minicard-composer,
      .minicard-wrapper.is-checked
        display: none