mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
spinners: use the animation shorthand property.
This commit is contained in:
parent
52a86cc671
commit
e9d67982ae
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user