OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
assets
/
plugins
/
font-awesome
/
less
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:10:46 AM
rwxr-xr-x
📄
bordered-pulled.less
330 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
core.less
418 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
fixed-width.less
119 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
font-awesome.less
465 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
icons.less
33.65 KB
08/14/2022 11:10:45 AM
rw-r--r--
📄
larger.less
370 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
list.less
377 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
mixins.less
892 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
path.less
684 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
rotated-flipped.less
622 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
spinning.less
582 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
stacked.less
476 bytes
08/14/2022 11:10:45 AM
rw-r--r--
📄
variables.less
15.17 KB
08/14/2022 11:10:45 AM
rw-r--r--
Editing: rotated-flipped.less
Close
// Rotated & Flipped Icons // ------------------------- .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } // Hook for IE8-9 // ------------------------- :root .@{fa-css-prefix}-rotate-90, :root .@{fa-css-prefix}-rotate-180, :root .@{fa-css-prefix}-rotate-270, :root .@{fa-css-prefix}-flip-horizontal, :root .@{fa-css-prefix}-flip-vertical { filter: none; }