1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

fixes #18425 by using vars for 1px borders

This commit is contained in:
Mark Otto
2015-12-06 16:45:40 -08:00
parent 5a2318b68c
commit 49674a8eba
4 changed files with 9 additions and 8 deletions

View File

@@ -224,6 +224,7 @@ $table-border-color: $gray-lighter !default;
$btn-padding-x: 1rem !default;
$btn-padding-y: .375rem !default;
$btn-font-weight: normal !default;
$btn-border-width: $border-width !default;
$btn-primary-color: #fff !default;
$btn-primary-bg: $brand-primary !default;