Statically rotate font-awesome icons

后端 未结 6 1091
说谎
说谎 2021-01-30 06:19

I\'d like to statically rotate my font-awesome icons by 45 degrees. It says on the site that:

To arbitrarily rotate and flip icons, use the fa-rotate-* an

6条回答
  •  故里飘歌
    2021-01-30 06:40

    If you use Less you can directly use the following mixin:

    .@{fa-css-prefix}-rotate-90  { .fa-icon-rotate(90deg, 1);  }
    

提交回复
热议问题