HighSpeaker/public/scss/utilities/_rotate.scss

8 lines
90 B
SCSS
Raw Normal View History

2022-12-24 19:40:40 +05:30
.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}