31 lines
924 B
SCSS
Executable File
31 lines
924 B
SCSS
Executable File
/*
|
|
Template Name: webadmin - PHP Admin & Dashboard Template
|
|
Author: Themesdesign
|
|
Version: 1.0.0
|
|
Website: https://Themesdesign.in/
|
|
Contact: Themesdesign@gmail.com
|
|
File: custom bootstrap File
|
|
*/
|
|
|
|
|
|
//Core files
|
|
@import "./node_modules/bootstrap/scss/functions";
|
|
@import "./node_modules/bootstrap/scss/variables";
|
|
@import "variables";
|
|
@import "variables-dark";
|
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
|
|
|
@import "custom/components/root";
|
|
@import "custom/components/reboot";
|
|
@import "custom/components/backgrounds";
|
|
@import "custom/components/badge";
|
|
@import "custom/components/buttons";
|
|
@import "custom/components/breadcrumb";
|
|
@import "custom/components/card";
|
|
@import "custom/components/carousel";
|
|
@import "custom/components/dropdown";
|
|
@import "custom/components/nav";
|
|
@import "custom/components/table";
|
|
@import "custom/components/pagination";
|
|
@import "custom/components/progress";
|
|
@import "custom/components/popover"; |