mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Updates -color to use rgba()
This commit is contained in:
parent
ea7ff1eab9
commit
e72a090aee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue