movie-web/src2/components/Arrow.css

8 lines
88 B
CSS
Raw Normal View History

2021-07-14 00:31:37 +02:00
.feather.left {
transform: rotate(180deg);
}
.arrow {
display: inline-block;
}