CyberChef/src/web/stylesheets/main.scss

22 lines
531 B
SCSS

/**
* Styles index
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
// Libraries
@import "~google-code-prettify/src/prettify.css";
// Frameworks
@import "vendors/bootstrap.scss";
@import "~bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css";
@import "~bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css";
// CyberChef styles
@import "structure/overrides.scss";
@import "structure/layout.scss";
@import "structure/utils.scss";
@import "themes/classic.scss";