PluginProbe
PostNL for WooCommerce / 5.9.12
PostNL for WooCommerce v5.9.12
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / assets / css / admin-settings.css

admin-settings.css in PostNL for WooCommerce 5.9.12, at assets/css/admin-settings.css

47 lines 811 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #postnl-merchant-codes-repeater {
2 margin-top: 10px;
3 border: 1px solid #ddd;
4 border-radius: 4px;
5 background: #fff;
6 }
7 .merchant-codes-header-row {
8 background: #f9f9f9;
9 border-bottom: 1px solid #ddd;
10 font-weight: bold;
11 }
12 .merchant-codes-row {
13 display: flex;
14 align-items: center;
15 padding: 10px;
16 border-bottom: 1px solid #eee;
17 }
18 .merchant-codes-row:last-child {
19 border-bottom: none;
20 }
21 .country-column {
22 flex: 2;
23 margin-right: 10px;
24 }
25 .code-column {
26 flex: 2;
27 margin-right: 10px;
28 }
29 .action-column {
30 flex: 1;
31 text-align: center;
32 }
33 .country-select {
34 width: 100%;
35 }
36 .merchant-codes-actions {
37 padding: 10px;
38 background: #f9f9f9;
39 border-top: 1px solid #ddd;
40 }
41 .remove-row {
42 color: #a00;
43 }
44 .remove-row:hover {
45 color: #dc3232;
46 }
47