mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Restructured src files into a more logical hierarchy
This commit is contained in:
18
src/web/css/index.js
Normal file
18
src/web/css/index.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* CSS index
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
require("google-code-prettify/src/prettify.css");
|
||||
|
||||
require("./lib/bootstrap.less");
|
||||
require("bootstrap-switch/src/less/bootstrap3/build.less");
|
||||
require("bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css");
|
||||
|
||||
require("./structure/overrides.css");
|
||||
require("./structure/layout.css");
|
||||
require("./structure/utils.css");
|
||||
require("./themes/classic.css");
|
||||
Reference in New Issue
Block a user