mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
8 lines
90 B
SCSS
8 lines
90 B
SCSS
|
.rotate-15 {
|
||
|
transform: rotate(15deg);
|
||
|
}
|
||
|
|
||
|
.rotate-n-15 {
|
||
|
transform: rotate(-15deg);
|
||
|
}
|