add color black to boostrap.

This commit is contained in:
Fabiano Alencar 2018-03-02 16:10:44 -03:00
parent ada0f47ab9
commit abbf8f0991
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ $jungle-green: #25a189;
$haiti: #150e38;
$oslo-gray: #898d8f;
$dodger-blue: #04a5ff;
$black: rgba(0, 0, 0, 0.01);
$black: #000;
$black-opacit: rgba(0, 0, 0, 0.01);
$theme-colors: (
@ -16,7 +17,8 @@ $theme-colors: (
"haiti": $haiti,
"oslo-gray": $oslo-gray,
"dodger-blue": $dodger-blue,
"black-opacit": $black
"black": $black,
"black-opacit": $black-opacit
);
$font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif;
@import "../vendor/bootstrap/scss/bootstrap";