adminator-admin-dashboard 2.8.1 → 4.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +499 -0
- package/CLAUDE.md +126 -154
- package/README.md +321 -370
- package/dist/2026.js +8751 -0
- package/dist/2026.js.map +1 -0
- package/dist/404.html +36 -16
- package/dist/500.html +36 -16
- package/dist/assets/static/images/logo.svg +3 -3
- package/dist/basic-table.html +152 -699
- package/dist/blank.html +42 -507
- package/dist/buttons.html +152 -448
- package/dist/calendar.html +246 -658
- package/dist/charts.html +124 -658
- package/dist/chat.html +209 -706
- package/dist/compose.html +141 -618
- package/dist/datatable.html +467 -991
- package/dist/email.html +430 -943
- package/dist/forms.html +208 -733
- package/dist/google-maps.html +123 -513
- package/dist/index.html +436 -1041
- package/dist/runtime.js +1299 -0
- package/dist/runtime.js.map +1 -0
- package/dist/signin.html +92 -92
- package/dist/signup.html +106 -91
- package/dist/ui.html +268 -897
- package/dist/vector-maps.html +132 -511
- package/dist/vendor-chartjs.js +14593 -0
- package/dist/vendor-chartjs.js.map +1 -0
- package/dist/vendor-fullcalendar.js +14793 -0
- package/dist/vendor-fullcalendar.js.map +1 -0
- package/dist/vendors.js +3758 -0
- package/dist/vendors.js.map +1 -0
- package/package.json +50 -52
- package/src/404.html +35 -15
- package/src/500.html +35 -15
- package/src/assets/scripts/2026/Shell.js +312 -0
- package/src/assets/scripts/2026/calendar.js +123 -0
- package/src/assets/scripts/2026/charts.js +259 -0
- package/src/assets/scripts/2026/index.js +35 -0
- package/src/assets/scripts/2026/init.js +207 -0
- package/src/assets/scripts/2026/maps.js +78 -0
- package/src/assets/scripts/2026/palette.js +266 -0
- package/src/assets/static/images/logo.svg +3 -3
- package/src/assets/styles/2026/_animations.scss +14 -0
- package/src/assets/styles/2026/_auth.scss +215 -0
- package/src/assets/styles/2026/_base.scss +37 -0
- package/src/assets/styles/2026/_calendar.scss +380 -0
- package/src/assets/styles/2026/_charts.scss +44 -0
- package/src/assets/styles/2026/_chat.scss +350 -0
- package/src/assets/styles/2026/_components.scss +140 -0
- package/src/assets/styles/2026/_dashboard.scss +520 -0
- package/src/assets/styles/2026/_data.scss +130 -0
- package/src/assets/styles/2026/_dropdowns.scss +128 -0
- package/src/assets/styles/2026/_email.scss +599 -0
- package/src/assets/styles/2026/_error.scss +98 -0
- package/src/assets/styles/2026/_forms.scss +215 -0
- package/src/assets/styles/2026/_fullcalendar.scss +134 -0
- package/src/assets/styles/2026/_palette.scss +173 -0
- package/src/assets/styles/2026/_responsive.scss +229 -0
- package/src/assets/styles/2026/_shell.scss +290 -0
- package/src/assets/styles/2026/_tokens.scss +80 -0
- package/src/assets/styles/2026/_ui.scss +365 -0
- package/src/assets/styles/2026/index.scss +23 -0
- package/src/basic-table.html +153 -710
- package/src/blank.html +42 -517
- package/src/buttons.html +152 -458
- package/src/calendar.html +246 -668
- package/src/charts.html +124 -668
- package/src/chat.html +209 -716
- package/src/compose.html +142 -629
- package/src/datatable.html +466 -1000
- package/src/email.html +429 -952
- package/src/forms.html +207 -742
- package/src/google-maps.html +128 -523
- package/src/index.html +438 -1050
- package/src/signin.html +92 -92
- package/src/signup.html +106 -91
- package/src/ui.html +267 -906
- package/src/vector-maps.html +133 -522
- package/dist/1e59d2330b4c6deb84b3.ttf +0 -0
- package/dist/20fd1704ea223900efa9.woff2 +0 -0
- package/dist/29b39089170885ae2967.woff +0 -0
- package/dist/8b43027f47b20503057d.eot +0 -0
- package/dist/9bad94440d49256265a5.eot +0 -0
- package/dist/assets/fontawesome-webfont.svg +0 -2671
- package/dist/assets/themify.svg +0 -362
- package/dist/eda8b94308c6f538f04a.ttf +0 -0
- package/dist/f691f37e57f04c152e23.woff +0 -0
- package/dist/main.js +0 -61323
- package/dist/main.js.map +0 -1
- package/src/assets/scripts/app 2.js +0 -645
- package/src/assets/scripts/app.js +0 -645
- package/src/assets/scripts/charts/chartJS/index.js +0 -148
- package/src/assets/scripts/charts/easyPieChart/index.js +0 -200
- package/src/assets/scripts/charts/index.js +0 -3
- package/src/assets/scripts/charts/sparkline/index.js +0 -208
- package/src/assets/scripts/chat/index.js +0 -11
- package/src/assets/scripts/components/Chart.js +0 -1390
- package/src/assets/scripts/components/Sidebar.js +0 -241
- package/src/assets/scripts/constants/colors.js +0 -274
- package/src/assets/scripts/datatable/index.js +0 -379
- package/src/assets/scripts/datepicker/index.js +0 -302
- package/src/assets/scripts/email/index.js +0 -25
- package/src/assets/scripts/fullcalendar/index.js +0 -86
- package/src/assets/scripts/googleMaps/index.js +0 -93
- package/src/assets/scripts/index.js +0 -18
- package/src/assets/scripts/masonry/index.js +0 -14
- package/src/assets/scripts/popover/index.js +0 -109
- package/src/assets/scripts/scrollbar/index.js +0 -10
- package/src/assets/scripts/search/index.js +0 -15
- package/src/assets/scripts/sidebar/index.js +0 -140
- package/src/assets/scripts/skycons/index.js +0 -52
- package/src/assets/scripts/ui/index.js +0 -412
- package/src/assets/scripts/utils/date.js +0 -242
- package/src/assets/scripts/utils/dom.js +0 -349
- package/src/assets/scripts/utils/index.js +0 -45
- package/src/assets/scripts/utils/theme.js +0 -107
- package/src/assets/scripts/vectorMaps/index.js +0 -277
- package/src/assets/styles/index.scss +0 -801
- package/src/assets/styles/spec/components/easyPieChart.scss +0 -11
- package/src/assets/styles/spec/components/footer.scss +0 -4
- package/src/assets/styles/spec/components/forms.scss +0 -288
- package/src/assets/styles/spec/components/index.scss +0 -9
- package/src/assets/styles/spec/components/loader.scss +0 -46
- package/src/assets/styles/spec/components/masonry.scss +0 -1
- package/src/assets/styles/spec/components/pageContainer.scss +0 -255
- package/src/assets/styles/spec/components/progressBar.scss +0 -6
- package/src/assets/styles/spec/components/sidebar.scss +0 -642
- package/src/assets/styles/spec/components/topbar.scss +0 -455
- package/src/assets/styles/spec/generic/base.scss +0 -102
- package/src/assets/styles/spec/generic/index.scss +0 -1
- package/src/assets/styles/spec/index.scss +0 -4
- package/src/assets/styles/spec/screens/chat.scss +0 -147
- package/src/assets/styles/spec/screens/email.scss +0 -108
- package/src/assets/styles/spec/screens/index.scss +0 -2
- package/src/assets/styles/spec/settings/baseColors.scss +0 -103
- package/src/assets/styles/spec/settings/borders.scss +0 -6
- package/src/assets/styles/spec/settings/breakpoints.scss +0 -26
- package/src/assets/styles/spec/settings/fonts.scss +0 -4
- package/src/assets/styles/spec/settings/index.scss +0 -4
- package/src/assets/styles/spec/settings/materialColors.scss +0 -550
- package/src/assets/styles/spec/tools/index.scss +0 -1
- package/src/assets/styles/spec/tools/mixins/clearfix.scss +0 -15
- package/src/assets/styles/spec/tools/mixins/index.scss +0 -3
- package/src/assets/styles/spec/tools/mixins/mediaQueriesRanges.scss +0 -58
- package/src/assets/styles/spec/tools/mixins/placeholder.scss +0 -10
- package/src/assets/styles/spec/utils/colors.scss +0 -33
- package/src/assets/styles/spec/utils/index.scss +0 -2
- package/src/assets/styles/spec/utils/layout/helpers/border.scss +0 -78
- package/src/assets/styles/spec/utils/layout/helpers/flex.scss +0 -220
- package/src/assets/styles/spec/utils/layout/helpers/index.scss +0 -11
- package/src/assets/styles/spec/utils/layout/helpers/layout.scss +0 -137
- package/src/assets/styles/spec/utils/layout/helpers/lists.scss +0 -23
- package/src/assets/styles/spec/utils/layout/helpers/margin.scss +0 -266
- package/src/assets/styles/spec/utils/layout/helpers/objects.scss +0 -91
- package/src/assets/styles/spec/utils/layout/helpers/padding.scss +0 -147
- package/src/assets/styles/spec/utils/layout/helpers/positions.scss +0 -118
- package/src/assets/styles/spec/utils/layout/helpers/pseudo.scss +0 -6
- package/src/assets/styles/spec/utils/layout/helpers/sizes.scss +0 -157
- package/src/assets/styles/spec/utils/layout/helpers/typography.scss +0 -127
- package/src/assets/styles/spec/utils/layout/index.scss +0 -3
- package/src/assets/styles/spec/utils/layout/mixins/generateResponsive.scss +0 -25
- package/src/assets/styles/spec/utils/layout/mixins/index.scss +0 -2
- package/src/assets/styles/spec/utils/layout/mixins/mediaQueryCondition.scss +0 -28
- package/src/assets/styles/spec/utils/layout/utils/center.scss +0 -54
- package/src/assets/styles/spec/utils/layout/utils/gap.scss +0 -229
- package/src/assets/styles/spec/utils/layout/utils/index.scss +0 -5
- package/src/assets/styles/spec/utils/layout/utils/layers.scss +0 -5
- package/src/assets/styles/spec/utils/layout/utils/peers.scss +0 -35
- package/src/assets/styles/utils/mobile.scss +0 -954
- package/src/assets/styles/utils/theme.css +0 -97
- package/src/assets/styles/vendor/datepicker.scss +0 -183
- package/src/assets/styles/vendor/font-awesome.css +0 -2337
- package/src/assets/styles/vendor/fullcalendar.scss +0 -217
- package/src/assets/styles/vendor/index.scss +0 -8
- package/src/assets/styles/vendor/jquery.datatables.scss +0 -162
- package/src/assets/styles/vendor/perfectScrollbar.scss +0 -4
- package/src/assets/styles/vendor/sparkline.scss +0 -6
- package/src/assets/styles/vendor/themify-icons.css +0 -1081
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Fixed Width
|
|
9
|
-
// + @Relative Width
|
|
10
|
-
// + @Fixed Height
|
|
11
|
-
// + @Max Size
|
|
12
|
-
|
|
13
|
-
// ---------------------------------------------------------
|
|
14
|
-
// @Variables
|
|
15
|
-
// ---------------------------------------------------------
|
|
16
|
-
|
|
17
|
-
$responsive: true;
|
|
18
|
-
|
|
19
|
-
// ---------------------------------------------------------
|
|
20
|
-
// @Fixed Width
|
|
21
|
-
// ---------------------------------------------------------
|
|
22
|
-
|
|
23
|
-
.w-1\/4r, .sz-1\/4r { width: 0.25rem; }
|
|
24
|
-
.w-1\/2r, .sz-1\/2r { width: 0.5rem; }
|
|
25
|
-
.w-3\/4r, .sz-3\/4r { width: 0.75rem; }
|
|
26
|
-
.w-1r, .sz-1r { width: 1rem; }
|
|
27
|
-
.w-3\/2r, .sz-3\/2r { width: 1.5rem; }
|
|
28
|
-
.w-2r, .sz-2r { width: 2rem; }
|
|
29
|
-
.w-5\/2r, .sz-5\/2r { width: 2.5rem; }
|
|
30
|
-
.w-3r, .sz-3r { width: 3rem; }
|
|
31
|
-
.w-7\/2r, .sz-7\/2r { width: 3.5rem; }
|
|
32
|
-
.w-4r, .sz-4r { width: 4rem; }
|
|
33
|
-
.w-9\/2r, .sz-9\/2r { width: 4.5rem; }
|
|
34
|
-
.w-5r, .sz-5r { width: 5rem; }
|
|
35
|
-
.w-11\/2r, .sz-11\/2r { width: 5.5rem; }
|
|
36
|
-
.w-6r, .sz-6r { width: 6rem; }
|
|
37
|
-
|
|
38
|
-
@if ($responsive == true) {
|
|
39
|
-
@include generateResponsive() {
|
|
40
|
-
.w-1\/4r\@#{$breakpointAlias}, .sz-1\/4r\@#{$breakpointAlias} { width: 0.25rem; }
|
|
41
|
-
.w-1\/2r\@#{$breakpointAlias}, .sz-1\/2r\@#{$breakpointAlias} { width: 0.5rem; }
|
|
42
|
-
.w-3\/4r\@#{$breakpointAlias}, .sz-3\/4r\@#{$breakpointAlias} { width: 0.75rem; }
|
|
43
|
-
.w-1r\@#{$breakpointAlias}, .sz-1r\@#{$breakpointAlias} { width: 1rem; }
|
|
44
|
-
.w-3\/2r\@#{$breakpointAlias}, .sz-3\/2r\@#{$breakpointAlias} { width: 1.5rem; }
|
|
45
|
-
.w-2r\@#{$breakpointAlias}, .sz-2r\@#{$breakpointAlias} { width: 2rem; }
|
|
46
|
-
.w-5\/2r\@#{$breakpointAlias}, .sz-5\/2r\@#{$breakpointAlias} { width: 2.5rem; }
|
|
47
|
-
.w-3r\@#{$breakpointAlias}, .sz-3r\@#{$breakpointAlias} { width: 3rem; }
|
|
48
|
-
.w-7\/2r\@#{$breakpointAlias}, .sz-7\/2r\@#{$breakpointAlias} { width: 3.5rem; }
|
|
49
|
-
.w-4r\@#{$breakpointAlias}, .sz-4r\@#{$breakpointAlias} { width: 4rem; }
|
|
50
|
-
.w-9\/2r\@#{$breakpointAlias}, .sz-9\/2r\@#{$breakpointAlias} { width: 4.5rem; }
|
|
51
|
-
.w-5r\@#{$breakpointAlias}, .sz-5r\@#{$breakpointAlias} { width: 5rem; }
|
|
52
|
-
.w-11\/2r\@#{$breakpointAlias}, .sz-11\/2r\@#{$breakpointAlias} { width: 5.5rem; }
|
|
53
|
-
.w-6r\@#{$breakpointAlias}, .sz-6r\@#{$breakpointAlias} { width: 6rem; }
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// ---------------------------------------------------------
|
|
58
|
-
// @Relative Width
|
|
59
|
-
// ---------------------------------------------------------
|
|
60
|
-
|
|
61
|
-
.w-0 { width: 0px; }
|
|
62
|
-
.w-10p { width: 10%; }
|
|
63
|
-
.w-20p { width: 20%; }
|
|
64
|
-
.w-30p { width: 30%; }
|
|
65
|
-
.w-40p { width: 40%; }
|
|
66
|
-
.w-50p { width: 50%; }
|
|
67
|
-
.w-60p { width: 60%; }
|
|
68
|
-
.w-70p { width: 70%; }
|
|
69
|
-
.w-80p { width: 80%; }
|
|
70
|
-
.w-90p { width: 90%; }
|
|
71
|
-
.w-100p { width: 100%; }
|
|
72
|
-
.w-1px { width: 1px; }
|
|
73
|
-
.w-a { width: auto; }
|
|
74
|
-
|
|
75
|
-
@if ($responsive == true) {
|
|
76
|
-
@include generateResponsive() {
|
|
77
|
-
.w-0\@#{$breakpointAlias} { width: 0px; }
|
|
78
|
-
.w-10p\@#{$breakpointAlias} { width: 10%; }
|
|
79
|
-
.w-20p\@#{$breakpointAlias} { width: 20%; }
|
|
80
|
-
.w-30p\@#{$breakpointAlias} { width: 30%; }
|
|
81
|
-
.w-40p\@#{$breakpointAlias} { width: 40%; }
|
|
82
|
-
.w-50p\@#{$breakpointAlias} { width: 50%; }
|
|
83
|
-
.w-60p\@#{$breakpointAlias} { width: 60%; }
|
|
84
|
-
.w-70p\@#{$breakpointAlias} { width: 70%; }
|
|
85
|
-
.w-80p\@#{$breakpointAlias} { width: 80%; }
|
|
86
|
-
.w-90p\@#{$breakpointAlias} { width: 90%; }
|
|
87
|
-
.w-100p\@#{$breakpointAlias} { width: 100%; }
|
|
88
|
-
.w-1px\@#{$breakpointAlias} { width: 1px; }
|
|
89
|
-
.w-a\@#{$breakpointAlias} { width: auto; }
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// ---------------------------------------------------------
|
|
94
|
-
// @Fixed Height
|
|
95
|
-
// ---------------------------------------------------------
|
|
96
|
-
|
|
97
|
-
.h-1\/4r, .sz-1\/4r { height: 0.25rem; }
|
|
98
|
-
.h-1\/2r, .sz-1\/2r { height: 0.5rem; }
|
|
99
|
-
.h-3\/4r, .sz-3\/4r { height: 0.75rem; }
|
|
100
|
-
.h-1r, .sz-1r { height: 1rem; }
|
|
101
|
-
.h-3\/2r, .sz-3\/2r { height: 1.5rem; }
|
|
102
|
-
.h-2r, .sz-2r { height: 2rem; }
|
|
103
|
-
.h-5\/2r, .sz-5\/2r { height: 2.5rem; }
|
|
104
|
-
.h-3r, .sz-3r { height: 3rem; }
|
|
105
|
-
.h-7\/2r, .sz-7\/2r { height: 3.5rem; }
|
|
106
|
-
.h-4r, .sz-4r { height: 4rem; }
|
|
107
|
-
.h-9\/2r, .sz-9\/2r { height: 4.5rem; }
|
|
108
|
-
.h-5r, .sz-5r { height: 5rem; }
|
|
109
|
-
.h-11\/2r, .sz-11\/2r { height: 5.5rem; }
|
|
110
|
-
.h-6r, .sz-6r { height: 6rem; }
|
|
111
|
-
|
|
112
|
-
@if ($responsive == true) {
|
|
113
|
-
@include generateResponsive() {
|
|
114
|
-
.h-1\/4r\@#{$breakpointAlias}, .sz-1\/4r\@#{$breakpointAlias} { height: 0.25rem; }
|
|
115
|
-
.h-1\/2r\@#{$breakpointAlias}, .sz-1\/2r\@#{$breakpointAlias} { height: 0.5rem; }
|
|
116
|
-
.h-3\/4r\@#{$breakpointAlias}, .sz-3\/4r\@#{$breakpointAlias} { height: 0.75rem; }
|
|
117
|
-
.h-1r\@#{$breakpointAlias}, .sz-1r\@#{$breakpointAlias} { height: 1rem; }
|
|
118
|
-
.h-3\/2r\@#{$breakpointAlias}, .sz-3\/2r\@#{$breakpointAlias} { height: 1.5rem; }
|
|
119
|
-
.h-2r\@#{$breakpointAlias}, .sz-2r\@#{$breakpointAlias} { height: 2rem; }
|
|
120
|
-
.h-5\/2r\@#{$breakpointAlias}, .sz-5\/2r\@#{$breakpointAlias} { height: 2.5rem; }
|
|
121
|
-
.h-3r\@#{$breakpointAlias}, .sz-3r\@#{$breakpointAlias} { height: 3rem; }
|
|
122
|
-
.h-7\/2r\@#{$breakpointAlias}, .sz-7\/2r\@#{$breakpointAlias} { height: 3.5rem; }
|
|
123
|
-
.h-4r\@#{$breakpointAlias}, .sz-4r\@#{$breakpointAlias} { height: 4rem; }
|
|
124
|
-
.h-9\/2r\@#{$breakpointAlias}, .sz-9\/2r\@#{$breakpointAlias} { height: 4.5rem; }
|
|
125
|
-
.h-5r\@#{$breakpointAlias}, .sz-5r\@#{$breakpointAlias} { height: 5rem; }
|
|
126
|
-
.h-11\/2r\@#{$breakpointAlias}, .sz-11\/2r\@#{$breakpointAlias} { height: 5.5rem; }
|
|
127
|
-
.h-6r\@#{$breakpointAlias}, .sz-6r\@#{$breakpointAlias} { height: 6rem; }
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.h-0 { height: 0; }
|
|
132
|
-
.h-auto { height: auto; }
|
|
133
|
-
.h-100p { height: 100%; }
|
|
134
|
-
.h-100vh { height: 100vh; }
|
|
135
|
-
|
|
136
|
-
@if ($responsive == true) {
|
|
137
|
-
@include generateResponsive() {
|
|
138
|
-
.h-0\@#{$breakpointAlias} { height: 0; }
|
|
139
|
-
.h-auto\@#{$breakpointAlias} { height: auto; }
|
|
140
|
-
.h-100p\@#{$breakpointAlias} { height: 100%; }
|
|
141
|
-
.h-100vh\@#{$breakpointAlias} { height: 100vh; }
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// ---------------------------------------------------------
|
|
146
|
-
// @Max Size
|
|
147
|
-
// ---------------------------------------------------------
|
|
148
|
-
|
|
149
|
-
.mw-100p { max-width: 100%; }
|
|
150
|
-
.mh-100p { max-height: 100%; }
|
|
151
|
-
|
|
152
|
-
@if ($responsive == true) {
|
|
153
|
-
@include generateResponsive() {
|
|
154
|
-
.mw-100p\@#{$breakpointAlias} { max-width: 100%; }
|
|
155
|
-
.mh-100p\@#{$breakpointAlias} { max-height: 100%; }
|
|
156
|
-
}
|
|
157
|
-
}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Text Align
|
|
9
|
-
// + @Text Transform
|
|
10
|
-
// + @Font Style
|
|
11
|
-
// + @Text Decoration
|
|
12
|
-
// + @White Space
|
|
13
|
-
// + @Word Break
|
|
14
|
-
// + @Word Wrap
|
|
15
|
-
// + @Text Overflow
|
|
16
|
-
// + @Font Size
|
|
17
|
-
// + @Font Weight
|
|
18
|
-
// + @Line Height
|
|
19
|
-
|
|
20
|
-
// ---------------------------------------------------------
|
|
21
|
-
// @Variables
|
|
22
|
-
// ---------------------------------------------------------
|
|
23
|
-
|
|
24
|
-
$responsive: true;
|
|
25
|
-
|
|
26
|
-
// ---------------------------------------------------------
|
|
27
|
-
// @Text Align
|
|
28
|
-
// ---------------------------------------------------------
|
|
29
|
-
|
|
30
|
-
.ta-c { text-align: center !important; }
|
|
31
|
-
.ta-l { text-align: left !important; }
|
|
32
|
-
.ta-r { text-align: right !important; }
|
|
33
|
-
|
|
34
|
-
@if ($responsive == true) {
|
|
35
|
-
@include generateResponsive() {
|
|
36
|
-
.ta-c\@#{$breakpointAlias} { text-align: center !important; }
|
|
37
|
-
.ta-l\@#{$breakpointAlias} { text-align: left !important; }
|
|
38
|
-
.ta-r\@#{$breakpointAlias} { text-align: right !important; }
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// ---------------------------------------------------------
|
|
43
|
-
// @Text Transform
|
|
44
|
-
// ---------------------------------------------------------
|
|
45
|
-
|
|
46
|
-
.tt-n { text-transform: none !important; }
|
|
47
|
-
.tt-u { text-transform: uppercase !important; }
|
|
48
|
-
.tt-l { text-transform: lowercase !important; }
|
|
49
|
-
.tt-c { text-transform: capitalize !important; }
|
|
50
|
-
|
|
51
|
-
// ---------------------------------------------------------
|
|
52
|
-
// @Font Style
|
|
53
|
-
// ---------------------------------------------------------
|
|
54
|
-
|
|
55
|
-
.fs-i { font-style: italic !important; }
|
|
56
|
-
.fs-o { font-style: oblique !important; }
|
|
57
|
-
|
|
58
|
-
// ---------------------------------------------------------
|
|
59
|
-
// @Text Decoration
|
|
60
|
-
// ---------------------------------------------------------
|
|
61
|
-
|
|
62
|
-
.td-n { text-decoration: none !important; }
|
|
63
|
-
.td-o { text-decoration: overline !important; }
|
|
64
|
-
.td-lt { text-decoration: line-through !important; }
|
|
65
|
-
.td-u { text-decoration: underline !important; }
|
|
66
|
-
|
|
67
|
-
// ---------------------------------------------------------
|
|
68
|
-
// @White Space
|
|
69
|
-
// ---------------------------------------------------------
|
|
70
|
-
|
|
71
|
-
.whs-nw { white-space: nowrap !important; }
|
|
72
|
-
.whs-p { white-space: pre !important; }
|
|
73
|
-
.whs-n { white-space: normal !important; }
|
|
74
|
-
|
|
75
|
-
// ---------------------------------------------------------
|
|
76
|
-
// @Word Break
|
|
77
|
-
// ---------------------------------------------------------
|
|
78
|
-
|
|
79
|
-
.wob-n { word-break: normal !important; }
|
|
80
|
-
.wob-ba { word-break: break-all !important; }
|
|
81
|
-
.wob-k { word-break: keep-all !important; }
|
|
82
|
-
|
|
83
|
-
// ---------------------------------------------------------
|
|
84
|
-
// @Word Wrap
|
|
85
|
-
// ---------------------------------------------------------
|
|
86
|
-
|
|
87
|
-
.wow-bw { word-wrap: break-word !important; }
|
|
88
|
-
.wow-n { word-wrap: normal !important; }
|
|
89
|
-
|
|
90
|
-
// ---------------------------------------------------------
|
|
91
|
-
// @Text Overflow
|
|
92
|
-
// ---------------------------------------------------------
|
|
93
|
-
|
|
94
|
-
.tov-e { text-overflow: ellipsis !important; }
|
|
95
|
-
|
|
96
|
-
// ---------------------------------------------------------
|
|
97
|
-
// @Font Size
|
|
98
|
-
// ---------------------------------------------------------
|
|
99
|
-
|
|
100
|
-
.fsz-xs { font-size: 0.75rem !important; }
|
|
101
|
-
.fsz-sm { font-size: 0.87rem !important; }
|
|
102
|
-
.fsz-def { font-size: 1rem !important; }
|
|
103
|
-
.fsz-md { font-size: 1.15rem !important; }
|
|
104
|
-
.fsz-lg { font-size: 1.4rem !important; }
|
|
105
|
-
.fsz-xl { font-size: 1.7rem !important; }
|
|
106
|
-
|
|
107
|
-
// ---------------------------------------------------------
|
|
108
|
-
// @Font Weight
|
|
109
|
-
// ---------------------------------------------------------
|
|
110
|
-
|
|
111
|
-
.fw-100 { font-weight: 100 !important; }
|
|
112
|
-
.fw-200 { font-weight: 200 !important; }
|
|
113
|
-
.fw-300 { font-weight: 300 !important; }
|
|
114
|
-
.fw-400 { font-weight: 400 !important; }
|
|
115
|
-
.fw-500 { font-weight: 500 !important; }
|
|
116
|
-
.fw-600 { font-weight: 600 !important; }
|
|
117
|
-
.fw-700 { font-weight: 700 !important; }
|
|
118
|
-
.fw-800 { font-weight: 800 !important; }
|
|
119
|
-
.fw-900 { font-weight: 900 !important; }
|
|
120
|
-
|
|
121
|
-
// ---------------------------------------------------------
|
|
122
|
-
// @Line Height
|
|
123
|
-
// ---------------------------------------------------------
|
|
124
|
-
|
|
125
|
-
.lh-0 { line-height: 0 !important; }
|
|
126
|
-
.lh-1 { line-height: 1 !important; }
|
|
127
|
-
.lh-3\/2 { line-height: 1.5 !important; }
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
@use '../../../settings/breakpoints' as *;
|
|
2
|
-
@use 'mediaQueryCondition' as *;
|
|
3
|
-
|
|
4
|
-
// Initialize global variable to avoid deprecation warning
|
|
5
|
-
$breakpointAlias: null;
|
|
6
|
-
|
|
7
|
-
// ---------------------------------------------------------
|
|
8
|
-
// @Responsive Suffix Generator
|
|
9
|
-
// ---------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
// Mixin used to generate responsive suffixes for classes (i.e. m-10@sm+).
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@mixin generateResponsive() {
|
|
15
|
-
@each $breakpoint in $breakpoints {
|
|
16
|
-
$breakpointAlias : nth($breakpoint, 1) !global;
|
|
17
|
-
$breakpointCondition : nth($breakpoint, 2);
|
|
18
|
-
|
|
19
|
-
@include mediaQueryCondition($breakpointAlias) {
|
|
20
|
-
@content;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
$breakpointAlias: null !global;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
@use '../../../settings/breakpoints' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @Media Queries Generator
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// Mixin used to generate responsive versions of css rules.
|
|
8
|
-
|
|
9
|
-
@mixin mediaQueryCondition($mq) {
|
|
10
|
-
$breakpointFound: false;
|
|
11
|
-
|
|
12
|
-
@each $breakpoint in $breakpoints {
|
|
13
|
-
$alias: nth($breakpoint, 1);
|
|
14
|
-
$condition: nth($breakpoint, 2);
|
|
15
|
-
|
|
16
|
-
@if $mq == $alias and $condition {
|
|
17
|
-
$breakpointFound: true;
|
|
18
|
-
|
|
19
|
-
@media #{$condition} {
|
|
20
|
-
@content;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@if $breakpointFound == false {
|
|
26
|
-
@warn "Oops! Breakpoint ‘#{$mq}’ does not exist \:";
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Centering
|
|
9
|
-
|
|
10
|
-
// ---------------------------------------------------------
|
|
11
|
-
// @Variables
|
|
12
|
-
// ---------------------------------------------------------
|
|
13
|
-
|
|
14
|
-
$responsive: true;
|
|
15
|
-
|
|
16
|
-
// ---------------------------------------------------------
|
|
17
|
-
// @Centering
|
|
18
|
-
// ---------------------------------------------------------
|
|
19
|
-
|
|
20
|
-
.centerY {
|
|
21
|
-
top: 50%;
|
|
22
|
-
transform: translateY(-50%);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.centerX {
|
|
26
|
-
left: 50%;
|
|
27
|
-
transform: translateX(-50%);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.centerXY {
|
|
31
|
-
top: 50%;
|
|
32
|
-
left: 50%;
|
|
33
|
-
transform: translate(-50%, -50%);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@if ($responsive == true) {
|
|
37
|
-
@include generateResponsive() {
|
|
38
|
-
.centerY\@#{$breakpointAlias} {
|
|
39
|
-
top: 50%;
|
|
40
|
-
transform: translateY(-50%);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.centerX\@#{$breakpointAlias} {
|
|
44
|
-
left: 50%;
|
|
45
|
-
transform: translateX(-50%);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.centerXY\@#{$breakpointAlias} {
|
|
49
|
-
top: 50%;
|
|
50
|
-
left: 50%;
|
|
51
|
-
transform: translate(-50%, -50%);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
@use '../mixins/generateResponsive' as *;
|
|
3
|
-
|
|
4
|
-
// ---------------------------------------------------------
|
|
5
|
-
// @TOC
|
|
6
|
-
// ---------------------------------------------------------
|
|
7
|
-
|
|
8
|
-
// + @Variables
|
|
9
|
-
// + @Base
|
|
10
|
-
// + @Gap (0 > 4 Step 1)
|
|
11
|
-
// + @Gap (5 > 35 Step 5)
|
|
12
|
-
// + @Gap (40 > 160 Step 10)
|
|
13
|
-
|
|
14
|
-
// ---------------------------------------------------------
|
|
15
|
-
// @Variables
|
|
16
|
-
// ---------------------------------------------------------
|
|
17
|
-
|
|
18
|
-
$responsive: true;
|
|
19
|
-
|
|
20
|
-
// ---------------------------------------------------------
|
|
21
|
-
// @Base
|
|
22
|
-
// ---------------------------------------------------------
|
|
23
|
-
|
|
24
|
-
[class*='gap'] {
|
|
25
|
-
width: auto !important;
|
|
26
|
-
overflow: hidden !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// ---------------------------------------------------------
|
|
30
|
-
// @Gap (0 > 4 Step 1)
|
|
31
|
-
// ---------------------------------------------------------
|
|
32
|
-
|
|
33
|
-
@for $i from 0 through 4 {
|
|
34
|
-
.gapX-#{$i} {
|
|
35
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
36
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
37
|
-
|
|
38
|
-
& > * {
|
|
39
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
40
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.gapY-#{$i} {
|
|
45
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
46
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
47
|
-
|
|
48
|
-
& > * {
|
|
49
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
50
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.gap-#{$i} {
|
|
55
|
-
margin: #{math.div($i, -2)}px !important;
|
|
56
|
-
|
|
57
|
-
& > * {
|
|
58
|
-
padding: #{math.div($i, 2)}px !important;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@if ($responsive == true) {
|
|
63
|
-
@include generateResponsive() {
|
|
64
|
-
.gapX-#{$i}\@#{$breakpointAlias} {
|
|
65
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
66
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
67
|
-
|
|
68
|
-
& > * {
|
|
69
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
70
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.gapY-#{$i}\@#{$breakpointAlias} {
|
|
75
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
76
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
77
|
-
|
|
78
|
-
& > * {
|
|
79
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
80
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.gap-#{$i}\@#{$breakpointAlias} {
|
|
85
|
-
margin: #{math.div($i, -2)}px !important;
|
|
86
|
-
|
|
87
|
-
& > * {
|
|
88
|
-
padding: #{math.div($i, 2)}px !important;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// ---------------------------------------------------------
|
|
96
|
-
// @Gap (5 > 35 Step 5)
|
|
97
|
-
// ---------------------------------------------------------
|
|
98
|
-
|
|
99
|
-
@for $i from 5 through 35 {
|
|
100
|
-
@if $i % 5 == 0 {
|
|
101
|
-
.gapX-#{$i} {
|
|
102
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
103
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
104
|
-
|
|
105
|
-
& > * {
|
|
106
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
107
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.gapY-#{$i} {
|
|
112
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
113
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
114
|
-
|
|
115
|
-
& > * {
|
|
116
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
117
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.gap-#{$i} {
|
|
122
|
-
margin: #{math.div($i, -2)}px !important;
|
|
123
|
-
|
|
124
|
-
& > * {
|
|
125
|
-
padding: #{math.div($i, 2)}px !important;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
@if ($responsive == true) {
|
|
130
|
-
@include generateResponsive() {
|
|
131
|
-
.gapX-#{$i}\@#{$breakpointAlias} {
|
|
132
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
133
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
134
|
-
|
|
135
|
-
& > * {
|
|
136
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
137
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.gapY-#{$i}\@#{$breakpointAlias} {
|
|
142
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
143
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
144
|
-
|
|
145
|
-
& > * {
|
|
146
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
147
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.gap-#{$i}\@#{$breakpointAlias} {
|
|
152
|
-
margin: #{math.div($i, -2)}px !important;
|
|
153
|
-
|
|
154
|
-
& > * {
|
|
155
|
-
padding: #{math.div($i, 2)}px !important;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// ---------------------------------------------------------
|
|
164
|
-
// @Gap (40 > 160 Step 10)
|
|
165
|
-
// ---------------------------------------------------------
|
|
166
|
-
|
|
167
|
-
@for $i from 40 through 160 {
|
|
168
|
-
@if $i % 10 == 0 {
|
|
169
|
-
.gapX-#{$i} {
|
|
170
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
171
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
172
|
-
|
|
173
|
-
& > * {
|
|
174
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
175
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.gapY-#{$i} {
|
|
180
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
181
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
182
|
-
|
|
183
|
-
& > * {
|
|
184
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
185
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.gap-#{$i} {
|
|
190
|
-
margin: #{math.div($i, -2)}px !important;
|
|
191
|
-
|
|
192
|
-
& > * {
|
|
193
|
-
padding: #{math.div($i, 2)}px !important;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
@if ($responsive == true) {
|
|
198
|
-
@include generateResponsive() {
|
|
199
|
-
.gapX-#{$i}\@#{$breakpointAlias} {
|
|
200
|
-
margin-left: #{math.div($i, -2)}px !important;
|
|
201
|
-
margin-right: #{math.div($i, -2)}px !important;
|
|
202
|
-
|
|
203
|
-
& > * {
|
|
204
|
-
padding-left: #{math.div($i, 2)}px !important;
|
|
205
|
-
padding-right: #{math.div($i, 2)}px !important;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.gapY-#{$i}\@#{$breakpointAlias} {
|
|
210
|
-
margin-top: #{math.div($i, -2)}px !important;
|
|
211
|
-
margin-bottom: #{math.div($i, -2)}px !important;
|
|
212
|
-
|
|
213
|
-
& > * {
|
|
214
|
-
padding-top: #{math.div($i, 2)}px !important;
|
|
215
|
-
padding-bottom: #{math.div($i, 2)}px !important;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.gap-#{$i}\@#{$breakpointAlias} {
|
|
220
|
-
margin: #{math.div($i, -2)}px !important;
|
|
221
|
-
|
|
222
|
-
& > * {
|
|
223
|
-
padding: #{math.div($i, 2)}px !important;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.peers {
|
|
2
|
-
box-sizing: border-box;
|
|
3
|
-
display: flex !important;
|
|
4
|
-
align-items: flex-start;
|
|
5
|
-
justify-content: flex-start;
|
|
6
|
-
flex-flow: row wrap;
|
|
7
|
-
height: auto;
|
|
8
|
-
max-width: 100%;
|
|
9
|
-
margin: 0;
|
|
10
|
-
padding: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.peer {
|
|
14
|
-
display: block;
|
|
15
|
-
height: auto;
|
|
16
|
-
flex: 0 0 auto;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.peer-greed {
|
|
20
|
-
flex: 1 1 auto;
|
|
21
|
-
// overflow: hidden;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.peers-greed > .peer,
|
|
25
|
-
.peers-greed > .peers {
|
|
26
|
-
flex: 1 1 auto;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.peer > img {
|
|
30
|
-
max-width: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.peer-greed > img {
|
|
34
|
-
max-width: 100%;
|
|
35
|
-
}
|