Use Dashicons for reload/apply button. #9791
This commit is contained in:
parent
3ff79a81ef
commit
6e098b2f0d
File diff suppressed because one or more lines are too long
|
@ -455,15 +455,13 @@ ul.wc_coupon_list_block {
|
||||||
.button.wc-reload {
|
.button.wc-reload {
|
||||||
@include ir();
|
@include ir();
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-border-radius: 100%;
|
height: 28px;
|
||||||
border-radius: 100%;
|
width: 28px !important;
|
||||||
height: 24px;
|
|
||||||
width: 24px !important;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@include icon( "\e031" );
|
@include icon_dashicons( "\f345" );
|
||||||
line-height: 22px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue