File "_rotate.scss"
Full path: /home/atrmarke/public_html/atrdemolive.site/kbr/scss/utilities/_rotate.scss
File
size: 0.09 KB (90 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}