$list-group-border => $list-group-border-color
[skip sauce]
This commit is contained in:
parent
85c9cc806b
commit
e54a9d7e8d
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// Place the border on the list items and negative margin up for better styling
|
||||
margin-bottom: -$border-width;
|
||||
background-color: $list-group-bg;
|
||||
border: $border-width solid $list-group-border;
|
||||
border: $border-width solid $list-group-border-color;
|
||||
|
||||
// Round the first and last items
|
||||
&:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue