mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-02-17 20:10:44 +01:00
8 lines
90 B
SCSS
Executable File
8 lines
90 B
SCSS
Executable File
.rotate-15 {
|
|
transform: rotate(15deg);
|
|
}
|
|
|
|
.rotate-n-15 {
|
|
transform: rotate(-15deg);
|
|
}
|