mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
run make on merge of progress bars change
This commit is contained in:
parent
81f31d95c8
commit
b8d8ab1aad
2 changed files with 8 additions and 8 deletions
Binary file not shown.
16
docs/assets/css/bootstrap.css
vendored
16
docs/assets/css/bootstrap.css
vendored
|
|
@ -3641,34 +3641,34 @@ a.badge:hover {
|
|||
}
|
||||
@-webkit-keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
background-position: 40px 0;
|
||||
}
|
||||
to {
|
||||
background-position: 40px 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
@-moz-keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
background-position: 40px 0;
|
||||
}
|
||||
to {
|
||||
background-position: 40px 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
@-ms-keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
background-position: 40px 0;
|
||||
}
|
||||
to {
|
||||
background-position: 40px 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
@keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
background-position: 40px 0;
|
||||
}
|
||||
to {
|
||||
background-position: 40px 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
.progress {
|
||||
|
|
|
|||
Loading…
Reference in a new issue