Use Dashicons for reload/apply button. #9791

This commit is contained in:
James Koster 2016-03-08 10:01:05 +00:00
parent 3ff79a81ef
commit 6e098b2f0d
2 changed files with 5 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -455,15 +455,13 @@ ul.wc_coupon_list_block {
.button.wc-reload {
@include ir();
padding: 0;
-webkit-border-radius: 100%;
border-radius: 100%;
height: 24px;
width: 24px !important;
height: 28px;
width: 28px !important;
display: inline-block;
&:after {
@include icon( "\e031" );
line-height: 22px;
@include icon_dashicons( "\f345" );
line-height: 28px;
}
}