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 / modal / menu.scss

menu.scss in WP Ultimate Post Grid 4.0.1, at assets/css/admin/modal/menu.scss

44 lines 800 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-admin-modal-menu {
2 max-width: 600px;
3
4 .wpupg-admin-modal-menu-container {
5 padding: 10px;
6 overflow: scroll;
7 }
8
9 h2 {
10 text-align: center;
11 margin-bottom: 10px;
12 margin-top: 20px;
13
14 &:first-child {
15 margin-top: 0;
16 }
17 }
18
19 .wpupg-admin-modal-menu-buttons {
20 button {
21 display: block;
22 margin: 5px auto;
23 }
24 }
25 }
26
27 @media screen and (min-width: 400px) {
28 .wpupg-admin-modal-menu {
29 h2 {
30 text-align: left;
31 }
32
33 .wpupg-admin-modal-menu-buttons {
34 display: flex;
35 flex-wrap: wrap;
36 align-items: center;
37 margin: -5px;
38
39 button {
40 margin: 5px;
41 }
42 }
43 }
44 }