spinners: use the animation shorthand property.

This commit is contained in:
XhmikosR 2018-09-14 08:52:25 +03:00
parent 52a86cc671
commit e9d67982ae
1 changed files with 2 additions and 8 deletions

View File

@ -17,10 +17,7 @@
border: $spinner-border-width solid;
border-color: currentColor transparent currentColor currentColor;
border-radius: 50%;
animation-name: spinner-border;
animation-duration: .75s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
@ -57,10 +54,7 @@
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
animation-name: spinner-grow;
animation-duration: .75s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {