1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Add $list-group-border-width; refs #18150

[skip sauce]
This commit is contained in:
Chris Rebert
2015-11-15 12:46:35 -08:00
parent e54a9d7e8d
commit ca68331b8b
2 changed files with 4 additions and 3 deletions

View File

@@ -569,6 +569,7 @@ $progress-bar-info-bg: $brand-info !default;
$list-group-bg: #fff !default;
$list-group-border-color: #ddd !default;
$list-group-border-width: $border-width !default;
$list-group-border-radius: $border-radius !default;
$list-group-hover-bg: #f5f5f5 !default;