1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Make component colors configurable (#28035)

This commit is contained in:
Martijn Cuppens
2019-01-20 22:38:29 +01:00
committed by XhmikosR
parent de0bb1e052
commit 59d040fcbb
8 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
.jumbotron {
padding: $jumbotron-padding ($jumbotron-padding / 2);
margin-bottom: $jumbotron-padding;
color: $jumbotron-color;
background-color: $jumbotron-bg;
@include border-radius($border-radius-lg);