blob: 1135133f801afe55a4bc38fb5ce7f64ff6eb7ddc (
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
|
@import variables
@import mixins
#task-summary
margin-bottom: 15px
h2
color: color('medium')
font-size: size('xlarge')
margin-top: 0
padding-top: 0
.task-summary-container
border: 2px solid #000
border-radius: 8px
padding: 15px
.task-summary-columns
display: -webkit-flex
display: flex
-webkit-flex-direction: row
flex-direction: row
-webkit-justify-content: space-between
justify-content: space-between
@include xs-device
display: block
.task-summary-column
color: color('primary')
span
color: color('medium')
li
line-height: 23px
#external-task-view
padding: 10px
margin-top: 10px
margin-bottom: 10px
border: 1px dotted #ccc
|