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
2022-02-06 20:56:48 +01:00

7 lines
88 B
CSS

.feather.left {
transform: rotate(180deg);
}
.arrow {
display: inline-block;
}