20 lines
804 B
Plaintext
20 lines
804 B
Plaintext
|
|
.device-android {
|
|
i.icon {
|
|
&.icon_mask {
|
|
background-color: black;
|
|
}
|
|
|
|
&.icon-prev {
|
|
width: 24px;
|
|
height: 24px;
|
|
.encoded-svg-background('<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4219 7.40625L10.8281 12L15.4219 16.5938L14.0156 18L8.01562 12L14.0156 6L15.4219 7.40625Z" fill="@{themeColor}"/></svg>');
|
|
}
|
|
&.icon-next {
|
|
width: 24px;
|
|
height: 24px;
|
|
.encoded-svg-background('<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.98438 6L15.9844 12L9.98438 18L8.57812 16.5938L13.1719 12L8.57812 7.40625L9.98438 6Z" fill="@{themeColor}"/></svg>');
|
|
}
|
|
}
|
|
}
|