wc-square-admin.scss
| 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 |