app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.2.0.0 vs app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.2.1.0

- old
+ new

@@ -1,7 +1,7 @@ /*! - * # Semantic UI 2.2.0 - Icon + * # Semantic UI 2.2.1 - Icon * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT @@ -13,12 +13,12 @@ Icon *******************************/ @font-face { font-family: 'Icons'; - src: url("./../themes/default/assets/fonts/icons.eot"); - src: url("./../themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("./../themes/default/assets/fonts/icons.woff2") format('woff2'), url("./../themes/default/assets/fonts/icons.woff") format('woff'), url("./../themes/default/assets/fonts/icons.ttf") format('truetype'), url("./../themes/default/assets/fonts/icons.svg#icons") format('svg'); + src: font-url("semantic-ui/icons.eot"); + src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff2") format('woff2'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg'); font-style: normal; font-weight: normal; font-variant: normal; text-decoration: inherit; text-transform: none; @@ -151,16 +151,14 @@ --------------------*/ i.flipped.icon, i.horizontally.flipped.icon { -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); transform: scale(-1, 1); } i.vertically.flipped.icon { -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); transform: scale(1, -1); } /*------------------- Rotated @@ -168,17 +166,15 @@ i.rotated.icon, i.right.rotated.icon, i.clockwise.rotated.icon { -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); transform: rotate(90deg); } i.left.rotated.icon, i.counterclockwise.rotated.icon { -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); transform: rotate(-90deg); } /*------------------- Bordered @@ -447,22 +443,20 @@ i.icons .icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); margin: 0em; margin: 0; } i.icons .icon:first-child { position: static; width: auto; height: auto; vertical-align: top; -webkit-transform: none; - -ms-transform: none; transform: none; margin-right: 0.25rem; } /* Corner Icon */ @@ -470,10 +464,9 @@ top: auto; left: auto; right: 0; bottom: 0; -webkit-transform: none; - -ms-transform: none; transform: none; font-size: 0.45em; text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; } i.icons .inverted.corner.icon {