1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Add $list-group-item-padding-{x,y} variables

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 22:57:10 -08:00
parent 4b941847f5
commit 1f02ab21ee
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
padding: $list-group-item-padding-y $list-group-item-padding-x;
// Place the border on the list items and negative margin up for better styling
margin-bottom: -$list-group-border-width;
background-color: $list-group-bg;