-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathwoocommerce-installments.css
More file actions
executable file
·52 lines (41 loc) · 1.01 KB
/
woocommerce-installments.css
File metadata and controls
executable file
·52 lines (41 loc) · 1.01 KB
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
/* Catalog Page */
ul.products li.product .price {
display: inline!important;
}
.francotecnologia_wc_parcpagseg_loop_item_price_span {
color: #00ADEF;
font-size: 100%;
}
/* Product Page */
.francotecnologia_wc_parcpagseg_single_product_price_span {
color: #00ADEF;
font-size: 75%;
}
.francotecnologia_wc_parcpagseg_table,
.francotecnologia_wc_parcpagseg_table th,
.francotecnologia_wc_parcpagseg_table td {
border:0;
}
.francotecnologia_wc_parcpagseg_table th,
.francotecnologia_wc_parcpagseg_table td {
font-weight: normal;
padding: 0 5px;
border-bottom: 1px solid #e8e4e3;
}
.francotecnologia_wc_parcpagseg_table_header_tr th {
font-weight: bold;
color: #000;
}
.francotecnologia_wc_parcpagseg_table_header_message_tr_th {
color: #00ADEF;
}
.francotecnologia_wc_parcpagseg_table_footer_message_tr_th {
color: #FF7F50;
border-bottom: 0!important;
}
/* Cart Page */
.francotecnologia_wc_parcpagseg_cart_tr_th {
color: #00ADEF;
font-size: 100%;
border-bottom: 1px solid #e8e4e3;
}