mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Updates -color to use rgba()
This commit is contained in:
parent
ea7ff1eab9
commit
e72a090aee
@ -484,7 +484,7 @@ $border-widths: (
|
||||
5: 5px
|
||||
) !default;
|
||||
|
||||
$border-color: $gray-300 !default;
|
||||
$border-color: rgba($black, .15) !default;
|
||||
// scss-docs-end border-variables
|
||||
|
||||
// scss-docs-start border-radius-variables
|
||||
|
Loading…
Reference in New Issue
Block a user