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

Add new extra large size for modal containers

This commit is contained in:
Juan Carlos González Cabrero
2016-05-17 15:14:07 +02:00
parent cfb25f6995
commit 95dffb3279
3 changed files with 35 additions and 1 deletions

View File

@@ -791,6 +791,7 @@ $modal-header-border-width: $modal-content-border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-header-padding: 15px !default;
$modal-xl: 1200px !default;
$modal-lg: 800px !default;
$modal-md: 500px !default;
$modal-sm: 300px !default;