-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathwhite-dashboard.scss
94 lines (77 loc) · 3.42 KB
/
white-dashboard.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*
=========================================================
* Vue White Dashboard - v1.1.1
=========================================================
* Product Page: https://www.creative-tim.com/product/vue-white-dashboard
* Copyright 2023 Creative Tim (http://www.creative-tim.com)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
// Core
@import "white-dashboard/custom/functions";
@import "white-dashboard/bootstrap/functions";
@import "white-dashboard/custom/variables";
@import "white-dashboard/bootstrap/variables";
@import "white-dashboard/custom/mixins";
@import "white-dashboard/bootstrap/mixins";
// Bootstrap components
@import "white-dashboard/bootstrap/root";
@import "white-dashboard/bootstrap/reboot";
@import "white-dashboard/bootstrap/type";
@import "white-dashboard/bootstrap/images";
@import "white-dashboard/bootstrap/code";
@import "white-dashboard/bootstrap/grid";
@import "white-dashboard/bootstrap/tables";
@import "white-dashboard/bootstrap/forms";
@import "white-dashboard/bootstrap/buttons";
@import "white-dashboard/bootstrap/transitions";
@import "white-dashboard/bootstrap/dropdown";
@import "white-dashboard/bootstrap/button-group";
@import "white-dashboard/bootstrap/input-group";
@import "white-dashboard/bootstrap/custom-forms";
@import "white-dashboard/bootstrap/nav";
@import "white-dashboard/bootstrap/navbar";
@import "white-dashboard/bootstrap/card";
@import "white-dashboard/bootstrap/breadcrumb";
@import "white-dashboard/bootstrap/pagination";
@import "white-dashboard/bootstrap/badge";
@import "white-dashboard/bootstrap/jumbotron";
@import "white-dashboard/bootstrap/alert";
@import "white-dashboard/bootstrap/progress";
@import "white-dashboard/bootstrap/media";
@import "white-dashboard/bootstrap/list-group";
@import "white-dashboard/bootstrap/close";
@import "white-dashboard/bootstrap/modal";
@import "white-dashboard/bootstrap/tooltip";
@import "white-dashboard/bootstrap/popover";
@import "white-dashboard/bootstrap/carousel";
@import "white-dashboard/bootstrap/utilities";
@import "white-dashboard/bootstrap/print";
// Custom components
@import "white-dashboard/custom/alerts.scss";
@import "white-dashboard/custom/buttons.scss";
@import "white-dashboard/custom/dropdown.scss";
@import "white-dashboard/custom/footer.scss";
@import "white-dashboard/custom/forms.scss";
@import "white-dashboard/custom/images.scss";
@import "white-dashboard/custom/modal.scss";
@import "white-dashboard/custom/navbar.scss";
@import "white-dashboard/custom/type.scss";
@import "white-dashboard/custom/tables";
@import "white-dashboard/custom/checkboxes-radio";
@import "white-dashboard/custom/fixed-plugin";
@import "white-dashboard/custom/sidebar-and-main-panel.scss";
@import "white-dashboard/custom/misc.scss";
@import "white-dashboard/custom/rtl.scss";
@import "white-dashboard/custom/input-group.scss";
// Vendor / Plugins
@import "white-dashboard/custom/vendor/plugin-perfect-scrollbar.scss";
@import "white-dashboard/custom/vendor/plugin-animate-bootstrap-notify.scss";
// Cards
@import "white-dashboard/custom/card";
@import "white-dashboard/custom/cards/card-chart";
@import "white-dashboard/custom/cards/card-map";
@import "white-dashboard/custom/cards/card-user";
@import "white-dashboard/custom/cards/card-task";
@import "white-dashboard/custom/cards/card-plain";