blob: 6af1b6d8e94b85b2ad05cc592aa2a03a479bacc1 (
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
|
.timeline-board
@extend .cru-card
@extend .d-flex
@extend .flex-column
@extend .py-3
min-height: 200px
position: relative
.timeline-board-header
@extend .px-3
display: flex
align-items: center
justify-content: space-between
.timeline-board-item
font-size: 1.1em
@extend .px-3
height: 48px
transition: background 0.3s
display: flex
align-items: center
.icon
height: 1.3em
color: black
@extend .mr-2
&:hover
background: $gray-300
.right
display: flex
align-items: center
flex-shrink: 0
.title
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
|