blob: a39f44ad413e76db8b103588185eb2b79efd0256 (
plain)
1
2
3
4
5
6
7
8
9
|
@scope (.__ArrowButton) {
:scope {
margin-top: 1rem;
padding: 0 1rem;
background-image: url('../icons/arrow-right.svg');
background-position: right 1rem center;
background-repeat: no-repeat;
}
}
|