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