_list.scss in WP Coder – Insert & Manage Code Snippets 3.4, at assets/scss/_list.scss
| 1 | .wowp-list { |
| 2 | padding: 50px 36px 50px 16px; |
| 3 | } |
| 4 | |
| 5 | .wowp-list td.column-mode span { |
| 6 | //margin-left: 28px; |
| 7 | } |
| 8 | |
| 9 | @media screen and (max-width: 782px) { |
| 10 | .wowp-list td.column-mode span:first-child { |
| 11 | margin-left: 0; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | .wowp-list { |
| 16 | .row-actions .duplicate a{ |
| 17 | color: green; |
| 18 | } |
| 19 | .row-actions .export a { |
| 20 | color: orange; |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | .wowp-status-on, |
| 25 | .wowp-status-off { |
| 26 | display: inline-block; |
| 27 | width: 14px; |
| 28 | height: 14px; |
| 29 | border-radius: 50%; |
| 30 | } |
| 31 | |
| 32 | .wowp-status-on { |
| 33 | background-color: green; |
| 34 | } |
| 35 | .wowp-status-off { |
| 36 | background-color: red; |
| 37 | } |