OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
assets
/
plugins
/
font-awesome
/
scss
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.scss
332 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_core.scss
419 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_fixed-width.scss
120 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_icons.scss
34.18 KB
08/14/2022 11:10:46 AM
rw-r--r--
📄
_larger.scss
375 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_list.scss
378 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_mixins.scss
906 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_path.scss
695 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_rotated-flipped.scss
672 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_spinning.scss
583 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_stacked.scss
482 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
_variables.scss
15.23 KB
08/14/2022 11:10:46 AM
rw-r--r--
📄
font-awesome.scss
405 bytes
08/14/2022 11:10:46 AM
rw-r--r--
Editing: _rotated-flipped.scss
Close
// Rotated & Flipped Icons // ------------------------- .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } .#{$fa-css-prefix}-flip-vertical { @include 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; }