2014-11-18 12:52:00 +00:00
|
|
|
/**
|
|
|
|
* menu.scss
|
|
|
|
* Styles applied to dashboard menu items added via WooCommerce.
|
|
|
|
* Adds icons to top level menu items, etc.
|
|
|
|
*/
|
|
|
|
|
2014-11-18 12:43:48 +00:00
|
|
|
/**
|
|
|
|
* Imports
|
|
|
|
*/
|
2016-08-09 16:28:32 +00:00
|
|
|
@import 'mixins';
|
|
|
|
@import 'variables';
|
|
|
|
@import 'fonts';
|
2013-11-12 16:26:46 +00:00
|
|
|
|
2014-11-18 12:43:48 +00:00
|
|
|
/**
|
2014-11-18 13:04:22 +00:00
|
|
|
* Styling begins
|
2014-11-18 12:43:48 +00:00
|
|
|
*/
|
2016-08-09 16:28:32 +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;
|
2016-08-09 16:28:32 +00:00
|
|
|
content: '\e03d';
|
2013-11-08 12:29:59 +00:00
|
|
|
}
|
2014-11-13 09:39:58 +00:00
|
|
|
|
2016-08-09 16:28:32 +00:00
|
|
|
#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image::before,
|
|
|
|
#adminmenu #menu-posts-product .menu-icon-product div.wp-menu-image::before {
|
2013-11-08 12:29:59 +00:00
|
|
|
font-family: 'WooCommerce' !important;
|
2016-08-09 16:28:32 +00:00
|
|
|
content: '\e006';
|
2013-11-08 12:29:59 +00:00
|
|
|
}
|
|
|
|
|
2016-08-09 16:28:32 +00:00
|
|
|
#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before {
|
2015-02-24 12:29:03 +00:00
|
|
|
font-family: 'WooCommerce' !important;
|
2016-08-09 16:28:32 +00:00
|
|
|
content: '\e023';
|
2015-02-24 12:29:03 +00:00
|
|
|
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;
|
2014-09-22 17:35:48 +00:00
|
|
|
@include ir();
|
2014-11-13 09:39:58 +00:00
|
|
|
|
2016-08-09 16:28:32 +00:00
|
|
|
&::before {
|
|
|
|
@include icon( '\e01d' );
|
|
|
|
font-size: 0.9em;
|
2013-11-12 16:26:46 +00:00
|
|
|
line-height: 1.2;
|
|
|
|
}
|
2014-04-07 15:39:19 +00:00
|
|
|
}
|
|
|
|
|
2017-04-11 10:40:42 +00:00
|
|
|
#woocommerce-update {
|
2017-04-26 14:02:13 +00:00
|
|
|
.updating-message {
|
|
|
|
.wc_plugin_upgrade_notice {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wc_plugin_upgrade_notice {
|
2017-04-11 10:40:42 +00:00
|
|
|
font-weight: normal;
|
|
|
|
color: #fff !important;
|
|
|
|
background: #d54d21 !important;
|
|
|
|
padding: 1em !important;
|
|
|
|
margin: 9px 0 !important;
|
2014-11-13 09:39:58 +00:00
|
|
|
|
2017-04-11 10:40:42 +00:00
|
|
|
a {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2014-11-13 09:39:58 +00:00
|
|
|
|
2017-04-11 10:40:42 +00:00
|
|
|
&::before {
|
|
|
|
color: #fff !important;
|
|
|
|
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;
|
|
|
|
}
|
2014-04-07 15:39:19 +00:00
|
|
|
}
|
2014-09-22 17:35:48 +00:00
|
|
|
}
|