2013-11-12 16:26:46 +00:00
|
|
|
/* =Mixins
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
@import "mixins";
|
|
|
|
|
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;
|
|
|
|
}
|
2012-03-07 11:59:23 +00:00
|
|
|
}
|