/home/suroeste/public_html/wp-content/plugins/woocommerce/assets/css
NameSizeModeActions
jquery-ui/-0755rm
photoswipe/-0755rm
activation-rtl.css9810644editdlrm
activation.css9800644editdlrm
activation.scss8930644editdlrm
admin-rtl.css3401330644editdlrm
admin.css3400130644editdlrm
admin.scss1332240644editdlrm
auth-rtl.css24450644editdlrm
auth.css24450644editdlrm
auth.scss20710644editdlrm
dashboard-rtl.css49220644editdlrm
dashboard-setup-rtl.css6610644editdlrm
dashboard-setup.css6600644editdlrm
dashboard-setup.scss7360644editdlrm
dashboard.css49190644editdlrm
dashboard.scss39520644editdlrm
helper-rtl.css168840644editdlrm
helper.css168840644editdlrm
helper.scss169140644editdlrm
marketplace-suggestions-rtl.css211070644editdlrm
marketplace-suggestions.css211080644editdlrm
marketplace-suggestions.scss87450644editdlrm
menu-rtl.css48190644editdlrm
menu.css48180644editdlrm
menu.scss28030644editdlrm
network-order-widget-rtl.css23760644editdlrm
network-order-widget.css23760644editdlrm
network-order-widget.scss14910644editdlrm
prettyPhoto-rtl.css90790644editdlrm
prettyPhoto.css90620644editdlrm
prettyPhoto.scss80280644editdlrm
privacy-rtl.css16460644editdlrm
privacy.css16450644editdlrm
privacy.scss20310644editdlrm
reports-print-rtl.css12750644editdlrm
reports-print.css12720644editdlrm
reports-print.scss15500644editdlrm
select2.css145520644editdlrm
select2.scss174790644editdlrm
twenty-nineteen-rtl.css207050644editdlrm
twenty-nineteen.css207010644editdlrm
twenty-nineteen.scss186910644editdlrm
twenty-seventeen-rtl.css187620644editdlrm
twenty-seventeen.css187550644editdlrm
twenty-seventeen.scss170360644editdlrm
twenty-twenty-one-admin-rtl.css1070644editdlrm
twenty-twenty-one-admin.css1070644editdlrm
twenty-twenty-one-admin.scss1720644editdlrm
twenty-twenty-one-rtl.css540300644editdlrm
twenty-twenty-one.css540190644editdlrm
twenty-twenty-one.scss434340644editdlrm
twenty-twenty-rtl.css409680644editdlrm
twenty-twenty-three-rtl.css286490644editdlrm
twenty-twenty-three.css286250644editdlrm
twenty-twenty-three.scss203830644editdlrm
twenty-twenty-two-rtl.css333100644editdlrm
twenty-twenty-two.css332880644editdlrm
twenty-twenty-two.scss208220644editdlrm
twenty-twenty.css409550644editdlrm
twenty-twenty.scss329930644editdlrm
wc-setup-rtl.css295100644editdlrm
wc-setup.css294950644editdlrm
wc-setup.scss246520644editdlrm
woocommerce-blocktheme-rtl.css89690644editdlrm
woocommerce-blocktheme.css89740644editdlrm
woocommerce-blocktheme.scss94270644editdlrm
woocommerce-layout-rtl.css176910644editdlrm
woocommerce-layout.css176880644editdlrm
woocommerce-layout.scss79000644editdlrm
woocommerce-rtl.css780230644editdlrm
woocommerce-smallscreen-rtl.css70460644editdlrm
woocommerce-smallscreen.css70430644editdlrm
woocommerce-smallscreen.scss30340644editdlrm
woocommerce.css779800644editdlrm
woocommerce.scss376830644editdlrm
_animation.scss1230644editdlrm
_fonts.scss5600644editdlrm
_mixins.scss54300644editdlrm
_variables.scss14730644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/woocommerce/assets/css/dashboard.scss (3952B)
/** * dashboard.scss * Styles for WooCommerce dashboard widgets, only loaded on the dashboard itself. */ /** * Imports */ @import "mixins"; @import "variables"; @import "fonts"; /** * Styling begins */ ul.woocommerce_stats { overflow: hidden; zoom: 1; li { width: 25%; padding: 0 1em; text-align: center; float: left; font-size: 0.8em; border-left: 1px solid #fff; border-right: 1px solid #ececec; box-sizing: border-box; } li:first-child { border-left: 0; } li:last-child { border-right: 0; } strong { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 4em; line-height: 1.2em; font-weight: normal; text-align: center; display: block; } } #woocommerce_dashboard_status { .inside { padding: 0; margin: 0; } .best-seller-this-month { a { strong { margin-right: 48px; } } } .wc_status_list { overflow: hidden; margin: 0; li { width: 50%; float: left; padding: 0; box-sizing: border-box; margin: 0; border-top: 1px solid #ececec; color: #aaa; a { display: block; color: #aaa; padding: 9px 12px; transition: all ease 0.5s; position: relative; font-size: 12px; .wc_sparkline { width: 4em; height: 2em; display: block; float: right; position: absolute; right: 0; top: 50%; margin-right: 12px; margin-top: -1.25em; } strong { font-size: 18px; line-height: 1.2em; font-weight: normal; display: block; color: #21759b; } &:hover { color: #2ea2cc; &::before, strong { color: #2ea2cc !important; } } &::before { @include icon(); font-size: 2em; position: relative; width: auto; line-height: 1.2em; color: #464646; float: left; margin-right: 12px; margin-bottom: 12px; } } } li:first-child { border-top: 0; } li.sales-this-month { width: 100%; a::before { font-family: "Dashicons"; content: "\f185"; } } li.best-seller-this-month { width: 100%; a::before { content: "\e006"; } } li.processing-orders { border-right: 1px solid #ececec; a::before { content: "\e011"; color: $green; } } li.on-hold-orders { a::before { content: "\e033"; color: #999; } } li.low-in-stock { border-right: 1px solid #ececec; a::before { content: "\e016"; color: $orange; } } li.out-of-stock { a::before { content: "\e013"; color: $red; } } } } #woocommerce_dashboard_recent_reviews { li { line-height: 1.5em; margin-bottom: 12px; } h4.meta { line-height: 1.4; margin: -0.2em 0 0 0; font-weight: normal; color: #999; } blockquote { padding: 0; margin: 0; } .avatar { float: left; margin: 0 10px 5px 0; } .star-rating { float: right; overflow: hidden; position: relative; height: 1.5em; line-height: 1.5; margin-left: 0.5em; width: 5.4em; font-family: "WooCommerce" !important; &::before { content: "\e021\e021\e021\e021\e021"; color: darken(#ccc, 10%); float: left; top: 0; left: 0; position: absolute; letter-spacing: 0.1em; letter-spacing: 0\9; // IE8 & below hack ;-( } span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; } span::before { content: "\e020\e020\e020\e020\e020"; top: 0; position: absolute; left: 0; letter-spacing: 0.1em; letter-spacing: 0\9; // IE8 & below hack ;-( color: var(--wc-primary); } } } #dash-right-now li.product-count a::before { font-family: "WooCommerce"; content: "\e01d"; } #dashboard_activity { #activity-widget { #the-comment-list { .review.comment-item { .avatar { margin-right: 12px; position: relative; top: 0; float: left; } } } } }