vendor/assets/stylesheets/semantic-ui/elements/icon.less in semantic-ui-rails-0.3.5 vs vendor/assets/stylesheets/semantic-ui/elements/icon.less in semantic-ui-rails-0.6.5

- old
+ new

@@ -69,10 +69,13 @@ -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; } +i.icon.left:before { content: "\f060"; } +i.icon.right:before { content: "\f061"; } + i.icon.add.sign.box:before { content: "\f0fe"; } i.icon.add.sign:before { content: "\f055"; } i.icon.add:before { content: "\f067"; } i.icon.adjust:before { content: "\f042"; } i.icon.adn:before { content: "\f170"; } @@ -252,11 +255,10 @@ i.icon.layout.block:before { content: "\f009"; } i.icon.layout.column:before { content: "\f0db"; } i.icon.layout.grid:before { content: "\f00a"; } i.icon.layout.list:before { content: "\f00b"; } i.icon.leaf:before { content: "\f06c"; } -i.icon.left:before { content: "\f060"; } i.icon.legal:before { content: "\f0e3"; } i.icon.lemon:before { content: "\f094"; } i.icon.level.down:before { content: "\f149"; } i.icon.level.up:before { content: "\f148"; } i.icon.lightbulb:before { content: "\f0eb"; } @@ -328,11 +330,10 @@ i.icon.resize.full:before { content: "\f065"; } i.icon.resize.horizontal:before { content: "\f07e"; } i.icon.resize.small:before { content: "\f066"; } i.icon.resize.vertical:before { content: "\f07d"; } i.icon.retweet:before { content: "\f079"; } -i.icon.right:before { content: "\f061"; } i.icon.road:before { content: "\f018"; } i.icon.rocket:before { content: "\f135"; } i.icon.rss.sign:before { content: "\f143"; } i.icon.rss:before { content: "\f09e"; } i.icon.rupee:before { content: "\f156"; } @@ -594,13 +595,13 @@ /*------------------- Circular --------------------*/ i.circular.icon { - -webkit-border-radius: 500px; - -moz-border-radius: 500px; - border-radius: 500px; + -webkit-border-radius: 500em !important; + -moz-border-radius: 500em !important; + border-radius: 500em !important; padding: 0.5em 0.35em !important; -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; @@ -635,27 +636,30 @@ -ms-transform: scale(-1, 1); transform: scale(-1, 1); } /*------------------- - Rotated + Rotated --------------------*/ -i.left.rotated.icon { - -webkit-transform: rotate(-90deg); - -moz-transform: rotate(-90deg); - -o-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); -} -i.right.rotated.icon { +i.rotated.icon, +i.right.rotated.icon, +i.clockwise.rotated.icon { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } +i.left.rotated.icon, +i.counterclockwise.rotated.icon { + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); +} /*------------------- Square --------------------*/