1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Extract $modal-content-border-width variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-15 23:45:28 -08:00
parent 8baa8ca781
commit ef89acb974
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
position: relative;
background-color: $modal-content-bg;
background-clip: padding-box;
border: 1px solid $modal-content-border-color;
border: $modal-content-border-width solid $modal-content-border-color;
@include border-radius($border-radius-lg);
@include box-shadow($modal-content-xs-box-shadow);
// Remove focus outline from opened modal