PluginProbe ʕ •ᴥ•ʔ
Menu Icons by Themeisle – Add Icons to Navigation Menus / 0.13.24
Menu Icons by Themeisle – Add Icons to Navigation Menus v0.13.24
0.13.24 trunk 0.1.0 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.11.2 0.11.3 0.11.4 0.11.5 0.12.0 0.12.1 0.12.10 0.12.11 0.12.12 0.12.2 0.12.3 0.12.4 0.12.5 0.12.6 0.12.7 0.12.8 0.12.9 0.13.0 0.13.1 0.13.10 0.13.11 0.13.12 0.13.13 0.13.14 0.13.15 0.13.16 0.13.17 0.13.18 0.13.19 0.13.2 0.13.20 0.13.21 0.13.22 0.13.23 0.13.3 0.13.4 0.13.5 0.13.6 0.13.7 0.13.8 0.13.9 0.2.0 0.2.1 0.2.2 0.2.3 0.3.0 0.3.1 0.3.2 0.4.0 0.5.0 0.5.1 0.6.0 0.7.0 0.8.0 0.8.1 0.9.0 0.9.2
menu-icons / css / dashboard-notice.css
menu-icons / css Last commit date
fontawesome 4 years ago admin.css 4 years ago admin.min.css 4 years ago dashboard-notice.css 3 years ago dashboard-notice.min.css 3 years ago extra.css 8 years ago extra.min.css 8 years ago
dashboard-notice.css
45 lines
1 .menu-icon-dashboard-notice {
2 position: relative;
3 background: #FFFFFF;
4 border: 1px solid #E1E1E1;
5 box-sizing: border-box;
6 padding: 24px;
7 border-left: 4px solid #72AEE6;
8 margin: 0 0 30px;
9 }
10
11 .menu-icon-dashboard-notice h2 {
12 padding: 0;
13 margin: 0 0 8px;
14 font-weight: bold;
15 font-size: 18px;
16 line-height: 1.2;
17 color: #000000;
18 }
19
20 .menu-icon-dashboard-notice p {
21 font-size: 12px;
22 line-height: 1.2;
23 color: #000000;
24 display: block;
25 margin-bottom: 16px;
26 }
27
28 .menu-icon-dashboard-notice .button {
29 display: flex;
30 flex-direction: row;
31 justify-content: center;
32 align-items: center;
33 padding: 5px 12px;
34 background: #0071AE;
35 border-radius: 4px;
36 display: inline-block;
37 width: auto;
38 height: 30px;
39 color: #FFFFFF;
40 font-size: 13px;
41 line-height: 1.5;
42 }
43 .menu-icon-dashboard-notice .notice-dismiss {
44 text-decoration: none;
45 }