Warning, /iDDS/monitor/data/scss/style.scss is written in an unsupported language. File is not indexed.
0001 /*
0002 Template Name: Admin Template
0003 Author: Niravjoshi / Wrappixel
0004 File: scss
0005 */
0006
0007 //(Required file)
0008 @import 'variable';
0009
0010 // Import Bootstrap source files (Required file)
0011 @import "bootstrap/bootstrap";
0012
0013 //This is for the components (Required file)
0014 @import 'components';
0015
0016 //This is for the widgets (Required file)
0017 @import 'widgets/widgets';
0018
0019 //This is for the responsive (Required file)
0020 @import 'responsive';
0021
0022 //In This scss you can write your scss
0023 @import 'custom';
0024
0025 //This is for the icons (Required file)
0026 @import 'icons/font-awesome/css/fontawesome-all.min.css';
0027 @import 'icons/themify-icons/themify-icons.css';