PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.4
WP Coder – Insert & Manage Code Snippets v3.4
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / scss / _list.scss

_list.scss in WP Coder – Insert & Manage Code Snippets 3.4, at assets/scss/_list.scss

37 lines 546 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }