This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/scss/jetpack-icons.scss

28 lines
836 B
SCSS
Raw Normal View History

2017-01-12 23:10:07 +00:00
@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
// ==========================================================================