PluginProbe
WP Ultimate Post Grid / 3.9.2
WP Ultimate Post Grid v3.9.2
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 / manage / notices.scss

notices.scss in WP Ultimate Post Grid 3.9.2, at assets/css/admin/manage/notices.scss

28 lines 584 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-admin-manage-notices {
2 .wpupg-admin-notice {
3 margin-bottom: 15px;
4
5 background-color: white;
6 border: 1px solid #0073aa;
7 border-radius: 4px;
8 padding: 10px;
9
10 display: flex;
11 align-items: center;
12
13 .wpupg-admin-notice-content {
14 flex: 1;
15
16 .wpupg-admin-notice-title {
17 font-weight: bold;
18 margin-bottom: 5px;
19 }
20 }
21
22 .wpupg-admin-notice-dismiss {
23 .wpupg-admin-icon {
24 opacity: 1;
25 }
26 }
27 }
28 }