Fix size of microphone icon

// FREEBIE
This commit is contained in:
lilia 2016-09-03 14:36:40 -07:00
parent 9f034fb698
commit 43ccb90a92
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
&:before {
content: '';
display: inline-block;
height: 100%;
height: 24px;
width: 24px;
@include color-svg('/images/microphone.svg', $grey);
}

View file

@ -586,7 +586,7 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
.capture-audio .microphone:before {
content: '';
display: inline-block;
height: 100%;
height: 24px;
width: 24px;
-webkit-mask: url("/images/microphone.svg") no-repeat center;
-webkit-mask-size: 100%;