mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove position from labels/badges in mini btns
This commit is contained in:
parent
0e62011da0
commit
59eba9afbc
2 changed files with 11 additions and 0 deletions
5
docs/assets/css/bootstrap.css
vendored
5
docs/assets/css/bootstrap.css
vendored
|
@ -5138,6 +5138,11 @@ a.badge:hover {
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-mini .label,
|
||||||
|
.btn-mini .badge {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@-webkit-keyframes progress-bar-stripes {
|
@-webkit-keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
background-position: 40px 0;
|
background-position: 40px 0;
|
||||||
|
|
|
@ -64,3 +64,9 @@ a {
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn-mini {
|
||||||
|
.label,
|
||||||
|
.badge {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue