diff options
| author | XhmikosR <[email protected]> | 2019-10-08 09:39:10 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-08 09:39:10 +0300 |
| commit | 1770691b339bdbf17de5e8824158b358dc0284a9 (patch) | |
| tree | 69ac7056dcc46fbf63497df93b6e69c623fb93d2 /dist/css/bootstrap-utilities.css | |
| parent | 9c54d3579757aa1e4027ff8fb434a18c656d840c (diff) | |
| download | bootstrap-1770691b339bdbf17de5e8824158b358dc0284a9.tar.xz bootstrap-1770691b339bdbf17de5e8824158b358dc0284a9.zip | |
Dist (#29484)
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
| -rw-r--r-- | dist/css/bootstrap-utilities.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css index 1726ddcde..4fdce775b 100644 --- a/dist/css/bootstrap-utilities.css +++ b/dist/css/bootstrap-utilities.css @@ -162,7 +162,7 @@ } .border-primary { - border-color: #007bff !important; + border-color: #0d6efd !important; } .border-secondary { @@ -1018,7 +1018,7 @@ } .text-primary { - color: #007bff !important; + color: #0d6efd !important; } .text-secondary { @@ -1073,8 +1073,24 @@ color: inherit !important; } +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.25 !important; +} + +.lh-base { + line-height: 1.5 !important; +} + +.lh-lg { + line-height: 2 !important; +} + .bg-primary { - background-color: #007bff !important; + background-color: #0d6efd !important; } .bg-secondary { |
