app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.2.10.1 vs app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.2.11.0
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * # Semantic UI 2.2.10 - Icon
+ * # Semantic UI 2.2.11 - Icon
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
@@ -469,9 +469,33 @@
bottom: 0;
-webkit-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 .top.right.corner.icon {
+ top: 0;
+ left: auto;
+ right: 0;
+ bottom: auto;
+}
+i.icons .top.left.corner.icon {
+ top: 0;
+ left: 0;
+ right: auto;
+ bottom: auto;
+}
+i.icons .bottom.left.corner.icon {
+ top: auto;
+ left: 0;
+ right: auto;
+ bottom: 0;
+}
+i.icons .bottom.right.corner.icon {
+ top: auto;
+ left: auto;
+ right: 0;
+ bottom: 0;
}
i.icons .inverted.corner.icon {
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
}
/*