summaryrefslogtreecommitdiff
blob: 90cfacb6ab2bc79c5d4afc0393b79ff5fdcdfcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "atoms/icons/jetpack"; // Jetpack logo and icons

// ==========================================================================
// Admin nav iconx
// ==========================================================================

li.toplevel_page_jetpack .wp-menu-image:before {
	font-family: 'jetpack' !important;
	content: '\f102';
}
#menu-posts-feedback .wp-menu-image:before {
	font-family: dashicons !important;
	content: '\f175';
}
#adminmenu #menu-posts-feedback div.wp-menu-image {
	background: none !important;
	background-repeat: no-repeat;
}
@media (max-width:900px) {
	.auto-fold #adminmenu a.toplevel_page_jetpack {
		height: auto ;
	}
}

// ==========================================================================
// Protect Widget Icons
// ==========================================================================