mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Updated list-group variables
This commit is contained in:
parent
8d373046db
commit
9b7e242f56
@ -647,10 +647,10 @@ $modal-sm: 300px;
|
||||
|
||||
// List group
|
||||
|
||||
$list-group-bg: #fff;
|
||||
$list-group-border-color: #ddd;
|
||||
$list-group-bg: $white;
|
||||
$list-group-border-color: $border-color-light;
|
||||
$list-group-border-width: $border-width;
|
||||
$list-group-border-radius: $border-radius;
|
||||
$list-group-border-radius: 0;
|
||||
|
||||
$list-group-hover-bg: #f5f5f5;
|
||||
$list-group-active-color: $component-active-color;
|
||||
|
Loading…
Reference in New Issue
Block a user