blob: e73582ec847c001d297fedda999b10d6e199258e (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
.o_kanban_view.o_kanban_payment_acquirer {
&.o_kanban_ungrouped {
.o_kanban_record {
width: 500px;
.o_kanban_image {
float: right;
+ div {
padding-left: 0;
padding-right: $o-kanban-image-width + $o-kanban-inside-hgutter;
}
}
.o_payment_acquirer_desc {
margin-bottom: 28px;
i.fa {
margin-right: 5px;
&.fa-check {
color: green;
}
}
}
.o_payment_acquirer_bottom {
> button {
position: absolute;
bottom: 8px;
right: 8px;
}
> .label {
position: absolute;
bottom: 8px;
left: 8px;
}
}
}
}
}
.o_form_view {
.o_payment_acquirer_desc {
margin-top: 10px;
ul {
list-style-type: none;
padding: 0;
i.fa {
margin-right: 5px;
&.fa-check {
color: green;
}
}
}
}
.o_warning_text {
color: #f0ad4e;
}
}
|