mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Make spinners speed adjustable (#30154)
This commit is contained in:
+2
-2
@@ -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