Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-21 00:38:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-21 00:38:29 +0300
commit59d040fcbb2766240c6fc38b330f495b840ce75d (patch)
tree77e2e9883124639fcdb8f4f92af2c97c84433de0 /scss/_list-group.scss
parentde0bb1e0522d14bcdef70746da277992f992f83c (diff)
Make component colors configurable (#28035)
Diffstat (limited to 'scss/_list-group.scss')
-rw-r--r--scss/_list-group.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index f941416928..3f80687ab4 100644
--- a/scss/_list-group.scss
+++ b/scss/_list-group.scss
@@ -47,6 +47,7 @@
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;
+ color: $list-group-color;
background-color: $list-group-bg;
border: $list-group-border-width solid $list-group-border-color;