summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss')
-rw-r--r--bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
index c913f144..a647592d 100644
--- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
+++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
@@ -28,6 +28,7 @@
position: relative;
top: -1px;
}
+
.btn-xs & {
top: 0;
padding: 1px 5px;
@@ -41,12 +42,15 @@
color: $badge-active-color;
background-color: $badge-active-bg;
}
+
.list-group-item > & {
float: right;
}
+
.list-group-item > & + & {
margin-right: 5px;
}
+
.nav-pills > li > a > & {
margin-left: 3px;
}