// @common-image-header-path - defined in webpack config
.device-ios {
i.icon {
&.icon_mask {
background-color: white;
}
&.icon-logo {
width: 100px;
height: 14px;
background: ~"url(@{common-image-header-path}/logo-ios.svg)" no-repeat center;
}
&.icon-prev {
width: 22px;
height: 22px;
.encoded-svg-background('');
&:after {
display: none;
}
}
&.icon-next {
width: 22px;
height: 22px;
.encoded-svg-background('');
&:after {
display: none;
}
}
&.icon-edit {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
}
}