0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #21207 from twbs/modal-sizes

Tweak modal sizes
This commit is contained in:
Mark Otto 2016-11-26 01:21:58 -08:00 committed by GitHub
commit 03ad956270

View File

@ -772,8 +772,8 @@ $modal-header-border-width: $modal-content-border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-header-padding: 15px !default;
$modal-lg: 900px !default;
$modal-md: 600px !default;
$modal-lg: 800px !default;
$modal-md: 500px !default;
$modal-sm: 300px !default;