.device-android {
i.icon {
&.icon_mask {
background-color: black;
}
&.icon-logo {
width: 100px;
height: 14px;
background: url('../../img/header/logo-android.svg') no-repeat center;
}
&.icon-prev {
width: 20px;
height: 20px;
.encoded-svg-background('');
&:after {
display: none;
}
}
&.icon-next {
width: 20px;
height: 20px;
.encoded-svg-background('');
&:after {
display: none;
}
}
}
.navbar {
i.icon {
&.icon-collaboration {
width: 24px;
height: 24px;
.encoded-svg-background('');
}
}
}
}