1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00
smov/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;
}