You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.3 KiB

////////////////////////////////////////////////////////////////
// Bootstrap 4
////////////////////////////////////////////////////////////////
@import url('inc/bootstrap/bootstrap.min.css');
////////////////////////////////////////////////////////////////
// Plugins
////////////////////////////////////////////////////////////////
// Owl Carousel
@import url('inc/owl-carousel/owl.carousel.min.css');
@import url('inc/owl-carousel/owl.theme.default.css');
////////////////////////////////////////////////////////////////
// Theme Settings
////////////////////////////////////////////////////////////////
@import 'theme-settings';
////////////////////////////////////////////////////////////////
// Layout
////////////////////////////////////////////////////////////////
// Body - General Settings
@import 'body';
// Header
@import 'section/header';
// Bottom Menu
@import 'section/bottomMenu';
// Content
@import 'section/content';
// Sidebar
@import 'section/sidebar';
// Footer
@import 'section/footer';
////////////////////////////////////////////////////////////////
// UI Kit Framework
////////////////////////////////////////////////////////////////
@import 'ui-framework';
////////////////////////////////////////////////////////////////
// Dark Mode
////////////////////////////////////////////////////////////////
@import 'darkmode';