mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Make spinners speed adjustable (#30154)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
border-right-color: transparent;
|
||||
// stylelint-disable-next-line property-blacklist
|
||||
border-radius: 50%;
|
||||
animation: spinner-border .75s linear infinite;
|
||||
animation: spinner-border $spinner-animation-speed linear infinite;
|
||||
}
|
||||
|
||||
.spinner-border-sm {
|
||||
@@ -46,7 +46,7 @@
|
||||
// stylelint-disable-next-line property-blacklist
|
||||
border-radius: 50%;
|
||||
opacity: 0;
|
||||
animation: spinner-grow .75s linear infinite;
|
||||
animation: spinner-grow $spinner-animation-speed linear infinite;
|
||||
}
|
||||
|
||||
.spinner-grow-sm {
|
||||
|
Reference in New Issue
Block a user