// @common-image-path - defined in webpack config .device-android { i.icon { &.icon_mask { background-color: @text-normal; } &.icon-logo { width: 100px; height: 20px; background: ~"url(@{common-image-path}/header/logo-android.svg) no-repeat center"; background-size: contain; } } .dropdown-list { i.icon { &.icon-radio { width: 24px; height: 24px; .encoded-svg-mask('', @brandColor); } } } .icon-svg { &.icon-svg__mask { fill: @text-normal; vertical-align: middle; } } .navbar { .icon-svg { fill: @toolbar-icons; &.white { fill: @fill-white; } &.inactive { fill: @text-tertiary; } &.active { fill: @brandColor; } &.close { fill: @brandColor; } } i.icon { &.icon-back { color: @toolbar-icons; } } } }