sudo-archive/src2/components/Arrow.css

8 lines
88 B
CSS
Raw Normal View History

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