🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -29,7 +29,7 @@
|
|||
&-bg {
|
||||
border-radius: 100px;
|
||||
background-color: @info-color;
|
||||
.transition(all @transition-time linear);
|
||||
transition: all @transition-time linear;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
bottom: 0;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
.animation(ivu-progress-active 2s @ease-in-out infinite);
|
||||
animation: ivu-progress-active 2s @ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -84,4 +84,4 @@
|
|||
opacity: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue