12345678910111213141516171819202122232425262728293031 |
- // =========================================================
- // * Soft UI Dashboard - v1.0.7
- // =========================================================
- //
- // * Product Page: https://www.creative-tim.com/product/soft-ui-dashboard
- // * Copyright 2022 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";
|