1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-02-17 20:10:44 +01:00
2020-07-27 21:55:48 +02:00

8 lines
90 B
SCSS
Executable File

.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}