blob: acd52b32bd46c593f9339d70b3af562c2155b19c (
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
|
.o_standard_footer {
margin-top: 200px;
.list-inline-item {
white-space: nowrap;
}
}
.o_report_layout_standard {
h2 {
color: $o-default-report-primary-color;
}
#informations strong {
color: $o-default-report-secondary-color;
}
#total strong{
color: $o-default-report-primary-color;
}
table {
thead {
color: $o-default-report-secondary-color;
}
}
}
|