wiki-grav/themes/custom-learn2-dark/scss/theme.scss

32 lines
511 B
SCSS

// Dependencies on original theme
// Load original Learn2 theme scss
@import "../../learn2/scss/theme";
//-------------------------------------------
// Load Template Configuration
@import "configuration/theme/base";
//-------------------------------------------
// TEMPLATE COMPONENTS
// Configuration
@import "theme/configuration";
// Core
@import "theme/core";
// Header
@import "theme/header";
// Nav
@import "theme/nav";
// Tables
@import "theme/tables";
// Scrollbar
@import "theme/scrollbar";