2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
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