PluginProbe
WooCommerce Square / 2.2.5
WooCommerce Square v2.2.5
5.5.0 5.4.3 5.4.2 5.4.1 5.4.0 trunk 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 All 132 releases
woocommerce-square / assets / css / admin / wc-square-admin.scss
wc-square-admin.scss
75 lines 909 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wc-square-sync-page {
2
3 h2 {
4 margin-top: 20px;
5 }
6
7 #wc-square_clear-sync-records {
8 margin-bottom: 20px;
9 }
10 }
11
12 .wc_square_table {
13
14 tr:nth-child(2n) td,
15 tr:nth-child(2n) th {
16 background: #F9F9F9;
17 }
18
19 &.sor {
20 margin-bottom: 20px;
21 }
22
23 &.records {
24
25 .type {
26
27 cursor: default;
28
29 mark {
30
31 background: transparent;
32 border: none;
33 box-shadow: none;
34 display: block;
35 margin: 5px 0;
36 padding: 0;
37
38 span {
39 border-radius: 3px;
40 background: #C8D7E1;
41 color: #2E4453;
42 padding: 6px 10px;
43 }
44
45 &.alert span {
46 background: #EBA3A3;
47 color: #761919;
48 }
49
50 &.notice span {
51 background: #F8DDA7;
52 color: #94660c;
53 }
54
55 &.info span {
56 background: #E5E5E5;
57 color: #777777;
58 }
59
60 &.resolved span {
61 background: #C6E1C6;
62 color: #5B841B;
63 }
64 }
65 }
66
67 .actions {
68
69 .dashicons {
70 margin-top: 3px;
71 }
72 }
73 }
74 }
75