Masuksini-Real-Estate/public/assets/pwa/sb/scss/utilities/_rotate.scss

8 lines
90 B
SCSS
Raw Normal View History

2024-09-07 01:16:49 +00:00
.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}