PluginProbe
WP Ultimate Post Grid / 4.0.1
WP Ultimate Post Grid v4.0.1
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / assets / css / admin / template / main.scss

main.scss in WP Ultimate Post Grid 4.0.1, at assets/css/admin/template/main.scss

54 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpupg-template-main {
2 .wpupg-main-container-name {
3 input {
4 display: inline-block;
5 width: 85px;
6 font-size: 18px;
7 margin-right: 5px;
8 padding-right: 0;
9 }
10 }
11
12 .wpupg-main-container-preview {
13 max-width: 600px;
14 margin: 0 auto;
15
16 &, & > p {
17 font-size: 16px;
18 }
19
20 .wpupg-main-container-preview-item {
21 font-size: 14px;
22 margin: 15px auto 0;
23 width: 100%;
24 max-width: 300px;
25 }
26
27 .wpupg-item {
28 margin: 25px auto 0 auto;
29 position: relative;
30 }
31 }
32 .CodeMirror {
33 margin-top: 10px;
34 height: 350px;
35 border: 1px solid #ddd;
36 }
37
38 .wpupg-template-block-hovering {
39 outline: 2px dashed blue;
40 outline-offset: 2px;
41 }
42
43 &.wpupg-template-main-add {
44 .wpupg-template-block-hovering {
45 outline-color: green;
46 }
47 }
48
49 &.wpupg-template-main-remove {
50 .wpupg-template-block-hovering {
51 outline-color: red;
52 }
53 }
54 }