PluginProbe
WP Ultimate Post Grid / 4.1.1
WP Ultimate Post Grid v4.1.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 / manage.scss

manage.scss in WP Ultimate Post Grid 4.1.1, at assets/css/admin/template/manage.scss

39 lines 818 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-manage-templates-template {
2 display: inline-block;
3 padding: 10px 20px;
4 margin-right: 20px;
5 margin-bottom: 20px;
6 border: 1px dashed #999;
7 border-radius: 5px;
8 cursor: pointer;
9
10 &.wpupg-manage-templates-template-selected,
11 &:hover {
12 border-style: solid;
13 border-color: #444;
14 }
15
16 &.wpupg-manage-templates-template-selected {
17 background-color: #ddd;
18 font-weight: bold;
19 }
20
21 &.wpupg-manage-templates-template-premium {
22 color: darkred;
23 border-color: darkred;
24 }
25 }
26
27 .wpupg-manage-templates-template-fields {
28 text-align: center;
29 margin: 10px 0;
30 }
31 .wpupg-manage-templates-template-actions {
32 display: flex;
33 flex-wrap: wrap;
34 justify-content: center;
35
36 button {
37 margin: 0 5px !important;
38 }
39 }