woocommerce/assets/css/menu.scss

190 lines
3.1 KiB
SCSS
Raw Normal View History

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.
*/
/**
* Imports
*/
@import 'mixins';
@import 'variables';
@import 'fonts';
2013-11-12 16:26:46 +00:00
/**
* Styling begins
*/
#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';
2013-11-08 12:29:59 +00:00
}
2014-11-13 09:39:58 +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;
content: '\e006';
2013-11-08 12:29:59 +00:00
}
#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before {
font-family: 'WooCommerce' !important;
content: '\e023';
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
&::before {
@include icon( '\e01d' );
font-size: 0.9em;
2013-11-12 16:26:46 +00:00
line-height: 1.2;
}
}
2017-04-11 10:40:42 +00:00
#woocommerce-update {
.updating-message {
.wc_plugin_upgrade_notice {
display: none;
}
}
2017-07-17 18:35:14 +00:00
.dummy {
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-07-17 18:30:21 +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;
}
2017-07-14 19:44:16 +00:00
2017-07-17 18:30:21 +00:00
&.minor,
&.major {
2017-07-14 19:44:16 +00:00
&::before {
2017-07-17 18:30:21 +00:00
float: left !important;
}
p {
padding: 0 0 0 2em;
margin: 0;
&::before {
content: '';
display: none;
}
2017-07-14 19:44:16 +00:00
}
2017-07-17 18:30:21 +00:00
ul {
margin-top: .5em;
margin-bottom: 0;
margin-left: 2em;
list-style: disc inside;
}
li {
margin: 0;
}
}
2017-07-14 19:44:16 +00:00
2017-07-17 18:30:21 +00:00
&.minor {
$minor_text_color: #96588a;
border-left: 5px solid #96588a;
background: #ECDBD4 !important;
2017-07-14 19:44:16 +00:00
color: $minor_text_color !important;
2017-07-17 18:30:21 +00:00
a,
p,
li,
&::before {
2017-07-14 19:44:16 +00:00
color: $minor_text_color !important;
}
}
&.major {
2017-07-17 18:30:21 +00:00
$major_text_color: #fff;
2017-07-14 19:44:16 +00:00
background: #96588a !important;
2017-07-13 19:47:13 +00:00
2017-07-17 18:30:21 +00:00
a,
p,
li,
&::before {
color: $major_text_color !important;
2017-07-14 19:44:16 +00:00
}
2017-07-13 19:47:13 +00:00
}
}
2014-09-22 17:35:48 +00:00
}
2017-07-13 19:47:13 +00:00
#wc_untested_extensions_modal {
display: none;
}
2017-07-14 20:47:29 +00:00
.wc_untested_extensions_modal_container {
#TB_closeAjaxWindow {
display: none;
}
2017-07-13 22:38:12 +00:00
2017-07-14 20:47:29 +00:00
#TB_ajaxContent {
height: 100% !important;
2017-07-13 22:38:12 +00:00
2017-07-14 20:47:29 +00:00
// Hide extra paragraphs sanitizing might inject.
p:not(.woocommerce-actions) {
display: none;
2017-07-13 22:38:12 +00:00
}
}
2017-07-14 20:47:29 +00:00
}
2017-07-13 22:38:12 +00:00
2017-07-14 20:47:29 +00:00
.wc_untested_extensions_modal--content {
h1 {
margin-top: 1em;
padding-bottom: 1.25em;
margin-bottom: 1.25em;
border-bottom: 1px solid #eee;
color: #555;
2017-07-13 22:38:12 +00:00
}
2017-07-14 20:47:29 +00:00
h4 {
margin-bottom: 2em;
2017-07-13 22:38:12 +00:00
}
2017-07-14 20:47:29 +00:00
.plugin-details {
2017-07-13 22:38:12 +00:00
color: red;
2017-07-14 20:47:29 +00:00
font-weight: bold;
display: list-item;
margin-left: 1.5em;
2017-07-13 22:38:12 +00:00
}
2017-07-14 20:47:29 +00:00
.actions {
border-top: 1px solid #eee;
margin-top: 2.5em;
padding-top: 1em;
.woocommerce-actions {
display: inline-block;
}
2017-07-13 22:38:12 +00:00
2017-07-14 20:47:29 +00:00
.update-anyways {
float: right;
}
.cancel a {
display: inline-block;
margin-top: .5em;
color: #999;
}
2017-07-13 19:47:13 +00:00
}
}