31 lines
911 B
SCSS
31 lines
911 B
SCSS
// =========================================================
|
|
// * Soft UI Dashboard - v1.0.3
|
|
// =========================================================
|
|
//
|
|
// * Product Page: https://www.creative-tim.com/product/soft-ui-dashboard
|
|
// * Copyright 2021 Creative Tim (https://www.creative-tim.com)
|
|
//
|
|
// Coded by www.creative-tim.com
|
|
//
|
|
// =========================================================
|
|
//
|
|
// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
// Bootstrap Functions
|
|
@import "soft-ui-dashboard/bootstrap/functions";
|
|
|
|
// Custom Variables
|
|
@import "soft-ui-dashboard/custom/variables";
|
|
|
|
// Theme Variables
|
|
@import "soft-ui-dashboard/variables";
|
|
|
|
// Bootstrap Core
|
|
@import "soft-ui-dashboard/bootstrap/bootstrap";
|
|
|
|
// Theme Core
|
|
@import "soft-ui-dashboard/theme";
|
|
|
|
// Custom Variables
|
|
@import "soft-ui-dashboard/custom/styles";
|