/**
* Webp styles
*
* @since 3.8.0
*/
@include body-class(true) {
#smush-box-webp-webp {
.smush-webp-supported-browser {
height: 30px;
width: 30px;
padding: 5px;
margin-right: 10px;
border-radius: 4px;
background-color: #F2F2F2;
display: inline-block;
img {
height: 20px;
width: 20px;
}
}
}
}