提交 ddb7c50a 编写于 作者: M Minwe LUO

Merge pull request #122 from allmobilize/codename-h

try to resolve #120
......@@ -50,6 +50,12 @@
.flexbox();
.justify-content(center);
.align-items(center);
// fuck legacy browsers
// https://github.com/allmobilize/amazeui/issues/120
-webkit-box-align: center;
-webkit-box-pack: center;
vertical-align: middle;
.transition(all .3s linear);
// .translate3d(-100%);
......@@ -90,6 +96,11 @@
.justify-content(center);
.align-items(center);
// fuck legacy browsers
// https://github.com/allmobilize/amazeui/issues/120
-webkit-box-align: center;
-webkit-box-pack: center;
&:after {
.am-icon-font();
content: @fa-var-spinner;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册