vendor/assets/stylesheets/_icon.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_icon.scss in active_frontend-6.3.0

- old
+ new

@@ -762,44 +762,30 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; text-rendering: auto; } -.icon-spin, .icon-loading-a, +.icon-spin, +.icon-loading-a, .icon-loading-b, .icon-loading-c, .icon-loading-d, .icon-looping, .icon-refreshing, .icon-ios7-reloading { -webkit-animation: spin 1s infinite linear; - -moz-animation: spin 1s infinite linear; - -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg) } } -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg) } - 100% { -moz-transform: rotate(359deg) } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg) } - 100% { -ms-transform: rotate(359deg) } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg) } - 100% { -o-transform: rotate(359deg) } -} @keyframes spin { 0% { transform: rotate(0deg) } 100% { transform: rotate(359deg) } } .icon-loading-a { -webkit-animation-timing-function: steps(8, start); - -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); } .icon-alert:before { content: "\f101" } .icon-alert-circled:before { content: "\f100" } .icon-android-add:before { content: "\f2c7" } \ No newline at end of file