Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

31 lines
708 B
Plaintext

// @common-image-path - defined in webpack config
.device-ios {
.theme-type-dark {
i.icon {
&.icon-logo {
background: ~"url(@{common-image-path}/header/logo-android.svg)" no-repeat center;
background-size: contain;
}
}
}
i.icon {
&.icon_mask {
background-color: white;
}
&.icon-logo {
width: 100px;
height: 20px;
background: ~"url(@{common-image-path}/header/logo-ios.svg)" no-repeat center;
background-size: contain;
}
}
}
.icon-svg {
&.icon-svg__mask {
fill: @fill-white;
vertical-align: middle;
}
}