Commit 1f02ab21 authored by Chris Rebert's avatar Chris Rebert
Browse files

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

[skip sauce]
[skip validator]
parent 4b941847
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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;
......
......@@ -726,6 +726,9 @@ $list-group-link-color: #555 !default;
$list-group-link-hover-color: $list-group-link-color !default;
$list-group-link-heading-color: #333 !default;
$list-group-item-padding-x: 1.25rem !default;
$list-group-item-padding-y: .75rem !default;
// Image thumbnails
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment