2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Extract $modal-{header,footer}-border-width variables

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-15 23:35:57 -08:00
parent c7be6883ae
commit ece0775bee
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -641,6 +641,8 @@ $modal-backdrop-bg: #000 !default;
$modal-backdrop-opacity: .5 !default;
$modal-header-border-color: #e5e5e5 !default;
$modal-footer-border-color: $modal-header-border-color !default;
$modal-header-border-width: $border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-lg: 900px !default;
$modal-md: 600px !default;