Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-tlnd-theme

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-tlnd-theme - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc