woocommerce/assets/css/menu.less

59 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-11-12 16:26:46 +00:00
/* =Mixins
-------------------------------------------------------------- */
@import "mixins.less";
2013-11-12 16:26:46 +00:00
2013-11-08 12:29:59 +00:00
/* Icon Font */
@font-face {
font-family: 'WooCommerce';
src:url('../fonts/WooCommerce.eot');
src:url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
url('../fonts/WooCommerce.woff') format('woff'),
url('../fonts/WooCommerce.ttf') format('truetype'),
url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
font-weight: normal;
font-style: normal;
}
/* Menu Icons */
2013-11-15 14:32:44 +00:00
#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image:before {
2013-11-08 12:29:59 +00:00
font-family: 'WooCommerce' !important;
content: "\e03d";
font-size: 1.3em !important;
}
2013-11-15 14:32:44 +00:00
#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image:before {
2013-11-08 12:29:59 +00:00
font-family: 'WooCommerce' !important;
content: "\e01d";
font-size: 1.3em !important;
}
2013-11-15 14:32:44 +00:00
span.mce_woocommerce_shortcodes_button {
2013-11-12 16:26:46 +00:00
background-image: none !important;
.ir;
&:before {
.icon( "\e01d" );
font-size:.9em;
line-height: 1.2;
}
}
.wc_plugin_upgrade_notice {
font-weight: normal;
color: #fff;
background: #d54d21;
padding: 1em;
margin: 9px 0;
a {
color: #fff;
text-decoration: underline;
}
&:before {
content: "\f348";
display: inline-block;
font: 400 18px/1 dashicons;
speak: none;
margin: 0 8px 0 -2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
}
}