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

35 lines
558 B
SCSS
Raw Normal View History

2022-11-19 16:29:54 +01:00
// Dependencies on original theme
2022-11-19 16:22:14 +01:00
2022-11-19 16:29:54 +01:00
// Load original Learn2 theme scss
2022-11-19 16:25:02 +01:00
@import "../../learn2/scss/theme";
2022-11-19 16:29:54 +01:00
//-------------------------------------------
2022-11-19 16:22:14 +01:00
// Load Template Configuration
@import "configuration/theme/base";
//-------------------------------------------
// TEMPLATE COMPONENTS
2022-11-19 16:38:44 +01:00
// Configuration
@import "theme/configuration";
2022-11-19 16:22:14 +01:00
// Core
@import "theme/core";
2022-11-19 16:54:25 +01:00
// Header
@import "theme/header";
2022-11-19 16:37:04 +01:00
// Nav
@import "theme/nav";
2022-11-19 17:42:12 +01:00
// Tables
@import "theme/tables";
2022-11-19 19:02:53 +01:00
// Scrollbar
@import "theme/scrollbar";
2022-11-19 19:55:17 +01:00
// LangSwitcher
@import "theme/langswitcher";