File Manager Lite
Dir:
/home/u540325668/domains/telegroupstall.com/public_html/admin/vendor/font-awesome/scss
Upload
[..]
_animated.scss (715 B)
Edit
Rename
Del
_bordered-pulled.scss (592 B)
Edit
Rename
Del
_core.scss (459 B)
Edit
Rename
Del
_extras.scss (1.21 KB)
Edit
Rename
Del
_icons.scss (45.88 KB)
Edit
Rename
Del
_larger.scss (375 B)
Edit
Rename
Del
_list.scss (378 B)
Edit
Rename
Del
_mixins.scss (1.6 KB)
Edit
Rename
Del
_path.scss (783 B)
Edit
Rename
Del
_rotated-flipped.scss (672 B)
Edit
Rename
Del
_screen-reader.scss (134 B)
Edit
Rename
Del
_spinning.scss (583 B)
Edit
Rename
Del
_stacked.scss (482 B)
Edit
Rename
Del
_variables.scss (20.48 KB)
Edit
Rename
Del
font-awesome.scss (430 B)
Edit
Rename
Del
Edit: _extras.scss
/* EXTRAS * -------------------------- */ /* Stacked and layered icon */ /* Animated rotating icon */ .#{$fa-css-prefix}-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } // Icon rotations & flipping // ------------------------- .#{$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); }
Simpan