25 lines
949 B
Plaintext
25 lines
949 B
Plaintext
|
|
.device-android {
|
|
i.icon {
|
|
&.icon_mask {
|
|
background-color: black;
|
|
}
|
|
&.icon-prev {
|
|
width: 20px;
|
|
height: 20px;
|
|
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 22 22" fill="@{white}"><g><polygon points="5.1,10.9 13.9,2 16,4.1 9.2,11.1 16,17.9 13.9,20 5.1,11.2 5,11.1 "/></g></svg>');
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
&.icon-next {
|
|
width: 20px;
|
|
height: 20px;
|
|
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 22 22" fill="@{white}"><g><polygon points="16.9,10.9 8.1,2 6,4.1 12.8,11.1 6,17.9 8.1,20 16.9,11.2 17,11.1 "/></g></svg>');
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|