app/assets/stylesheets/semantic-ui/elements/_loader.scss in semantic-ui-sass-2.2.4.0 vs app/assets/stylesheets/semantic-ui/elements/_loader.scss in semantic-ui-sass-2.2.6.0
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * # Semantic UI 2.2.4 - Loader
+ * # Semantic UI 2.2.6 - Loader
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
@@ -22,11 +22,10 @@
left: 50%;
margin: 0px;
text-align: center;
z-index: 1000;
-webkit-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
/* Static Shape */
.ui.loader:before {
@@ -318,10 +317,9 @@
vertical-align: middle;
margin: 0em;
left: 0em;
top: 0em;
-webkit-transform: none;
- -ms-transform: none;
transform: none;
}
.ui.inline.loader.active,
.ui.inline.loader.visible {
display: inline-block;