bootstrap-tlnd-theme
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -49,3 +49,3 @@ { | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
@@ -34,32 +34,6 @@ # Talend Bootstrap Theme | ||
```sass | ||
/// Primary color, mostly used for the selected elements | ||
/// and to draw attention to the important elements of interaction. | ||
/// My primary App color | ||
/// | ||
/// @type Color | ||
$st-tropaz: #266092; | ||
/// Secondary color | ||
/// | ||
/// @type Color | ||
$rio-grande: #C3D600; | ||
/// Contextual color for informational alert messages | ||
/// | ||
/// @type Color | ||
$scooter: #3DB0D6; | ||
/// Linked to valid/validated/validation elements. | ||
/// | ||
/// @type Color | ||
$limeade: #8ABC00; | ||
/// Used to notify unvalid elements or warning information. | ||
/// | ||
/// @type Color | ||
$lightning-yellow: #FEB914; | ||
/// Used for errors. | ||
/// | ||
/// @type Color | ||
$chestnut-rose: #CE6464; | ||
$lizard: #112A2D; | ||
``` | ||
@@ -69,9 +43,6 @@ | ||
Fork [this file](https://github.com/Talend/bootstrap-theme/blob/master/src/theme/_variables.scss) in order to override what you want and then save it to `_variables.scss`. | ||
Open [this file](https://github.com/Talend/bootstrap-theme/blob/master/src/theme/_variables.scss) in order to override what you need to a `_variables.scss` file. | ||
```sass | ||
$brand-primary: $st-tropaz; | ||
$brand-success: $limeade; | ||
$brand-info: $scooter; | ||
$brand-warning: $lightning-yellow; | ||
$brand-danger: $chestnut-rose; | ||
$brand-primary: $lizard; | ||
``` | ||
@@ -78,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
395984
67