37 lines
472 B
SCSS
37 lines
472 B
SCSS
// Core
|
|
@import "theme/core";
|
|
@import "theme/fonts";
|
|
|
|
// Forms
|
|
@import "theme/forms";
|
|
|
|
// Header
|
|
@import "theme/header";
|
|
|
|
// Nav
|
|
@import "theme/nav";
|
|
|
|
// Main
|
|
@import "theme/main";
|
|
|
|
// Typography
|
|
@import "standard_colors";
|
|
@import "theme/typography";
|
|
|
|
// Tables
|
|
@import "theme/tables";
|
|
|
|
// Buttons
|
|
@import "theme/buttons";
|
|
|
|
// Bullets
|
|
@import "theme/bullets";
|
|
|
|
// Custom
|
|
@import "theme/tooltips";
|
|
|
|
// Scrollbar
|
|
@import "theme/scrollbar";
|
|
|
|
// Custom
|
|
@import "theme/custom"; |