mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
// Rotated & Flipped Icons
|
|
// -------------------------
|
|
|
|
.fa-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
|
.fa-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
|
.fa-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
|
|
|
.fa-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
|
.fa-flip-vertical { .fa-icon-flip(1, -1, 2); }
|