2
0
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:
GeoSot
2020-02-11 15:59:59 +02:00
committed by GitHub
parent e0b4882703
commit 1238734922
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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 {