// @common-image-path - defined in webpack config .device-android { i.icon { &.icon_mask { background-color: @text-normal; } &.icon-logo { width: 100px; height: 14px; background: ~"url(@{common-image-path}/header/logo-android.svg) no-repeat center"; } &.icon-prev { width: 20px; height: 20px; .encoded-svg-mask(''); &:after { display: none; } } &.icon-next { width: 20px; height: 20px; .encoded-svg-mask(''); &:after { display: none; } } } .navbar { i.icon { &.icon-collaboration { width: 24px; height: 24px; .encoded-svg-mask('', @toolbar-icons); } &.icon-edit { width: 22px; height: 22px; .encoded-svg-mask(''); } } } }