1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-02 16:37:39 +01:00
smov/src/components/Arrow.css
2021-07-13 23:31:37 +01:00

7 lines
88 B
CSS

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