mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-20 16:04:03 +01:00
8 lines
90 B
SCSS
8 lines
90 B
SCSS
.rotate-15 {
|
|
transform: rotate(15deg);
|
|
}
|
|
|
|
.rotate-n-15 {
|
|
transform: rotate(-15deg);
|
|
}
|