Fix size of microphone icon
// FREEBIE
This commit is contained in:
parent
9f034fb698
commit
43ccb90a92
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
&:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
@include color-svg('/images/microphone.svg', $grey);
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue