111 lines
2.8 KiB
Plaintext
111 lines
2.8 KiB
Plaintext
/* =Mixins
|
|
-------------------------------------------------------------- */
|
|
@import "mixins";
|
|
|
|
/* 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 */
|
|
#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image:before {
|
|
font-family: 'WooCommerce' !important;
|
|
content: "\e03d";
|
|
font-size: 1.3em !important;
|
|
}
|
|
#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image:before {
|
|
font-family: 'WooCommerce' !important;
|
|
content: "\e01d";
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
/* Menu */
|
|
#adminmenu {
|
|
#menu-posts-product div.wp-menu-image, #menu-posts-shop_order div.wp-menu-image, #menu-posts-shop_coupon div.wp-menu-image, #toplevel_page_woocommerce div.wp-menu-image {
|
|
background-image: url(../images/icons/menu_icons.png);
|
|
background-size: auto;
|
|
}
|
|
|
|
#menu-posts-product {
|
|
div.wp-menu-image {
|
|
background-position: -32px -32px;
|
|
}
|
|
&.wp-menu-open div.wp-menu-image, &:hover div.wp-menu-image {
|
|
background-position: -32px 0px;
|
|
}
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
#menu-posts-shop_order {
|
|
div.wp-menu-image {
|
|
background-position: -64px -32px;
|
|
}
|
|
&.wp-menu-open div.wp-menu-image, &:hover div.wp-menu-image {
|
|
background-position: -64px 0px;
|
|
}
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
#menu-posts-shop_coupon {
|
|
div.wp-menu-image {
|
|
background-position: -96px -32px;
|
|
}
|
|
&.wp-menu-open div.wp-menu-image, &:hover div.wp-menu-image {
|
|
background-position: -96px 0px;
|
|
}
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
#toplevel_page_woocommerce {
|
|
div.wp-menu-image {
|
|
background-position: 0px -32px;
|
|
}
|
|
&.wp-menu-open div.wp-menu-image, &:hover div.wp-menu-image {
|
|
background-position: 0px 0px;
|
|
}
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Editor button */
|
|
span.mce_woocommerce_shortcodes_button {
|
|
background-image: url(../images/icons/wc_icon.png) !important;
|
|
background-repeat: no-repeat !important;
|
|
background-position: center !important;
|
|
}
|
|
|
|
@media
|
|
(-webkit-min-device-pixel-ratio: 2),
|
|
(min-resolution: 192dpi) {
|
|
#adminmenu {
|
|
#menu-posts-product div.wp-menu-image, #menu-posts-shop_order div.wp-menu-image, #menu-posts-shop_coupon div.wp-menu-image, #toplevel_page_woocommerce div.wp-menu-image {
|
|
background-image: url(../images/icons/menu_icons-x2.png);
|
|
background-size: 200px 64px;
|
|
}
|
|
}
|
|
span.mce_woocommerce_shortcodes_button {
|
|
background-image: url(../images/icons/wc_icon@2x.png) !important;
|
|
background-size: 18px 18px !important;
|
|
}
|
|
}
|
|
span.mce_woocommerce_shortcodes_button {
|
|
background-image: none !important;
|
|
.ir;
|
|
&:before {
|
|
.icon( "\e01d" );
|
|
font-size:.9em;
|
|
line-height: 1.2;
|
|
}
|
|
} |