Skip to content

Commit 4800167

Browse files
committed
fixed #45 #46
1 parent 22de7b4 commit 4800167

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

bootflat/css/bootflat.css

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootflat/scss/bootflat/_modal.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//------------------------------------------------------
33
$modal-font-color: $darkgray-dark !default;
44

5-
$modal-radius: 4px;
5+
$modal-radius: 4px !default;
66
$modal-shadow: 0 1px 2px rgba(0, 0, 0, .2) !default;
77

88

0 commit comments

Comments
 (0)