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.
30 lines
913 B
30 lines
913 B
// =========================================================
|
|
// * Soft UI Dashboard 3 - v1.1.0
|
|
// =========================================================
|
|
//
|
|
// * Product Page: https://www.creative-tim.com/product/soft-ui-dashboard
|
|
// * Copyright 2024 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";
|
|
|