All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.styles.vendor.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/*
 *  After changing this file you should run one of the following command :
 *    - npm run build
 *    - yarn run webpack:build
 */

@import 'colors';

/***************************
put Sass variables here:
eg $input-color: red;
****************************/
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
$danger: $labelko;

@import 'node_modules/bootstrap/scss/bootstrap';
@import 'node_modules/ngx-toastr/toastr-bs4-alert';

@import "~@fortawesome/fontawesome-free/scss/fontawesome";
@import "~@fortawesome/fontawesome-free/scss/brands";
@import "~@fortawesome/fontawesome-free/scss/regular";
@import "~@fortawesome/fontawesome-free/scss/solid";

// Highlight.js themes
// @import 'node_modules/highlight.js/styles/github-gist.css';
@import 'node_modules/highlight.js/styles/foundation.css';
// @import 'node_modules/highlight.js/styles/default.css';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy