Merge pull request #16922 from woocommerce/fix/16921

Include loader mixin in 2017 theme
This commit is contained in:
Claudio Sanches 2017-09-25 08:09:44 -06:00 committed by GitHub
commit b174ecf8af
3 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
/**
* Twenty Seventeen integration styles
*/
@import 'mixins';
/**
* Fonts
@ -53,6 +54,17 @@
/**
* Global elements
*/
.woocommerce {
.blockUI.blockOverlay {
position: relative;
@include loader();
}
.loader {
@include loader();
}
}
.woocommerce-breadcrumb {
padding-bottom: 2em;
margin-bottom: 4em;