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,266 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Margin (0 > 4 Step 1)
|
|
9
|
-
// + @Margin (5 > 35 Step 5)
|
|
10
|
-
// + @Margin (40 > 160 Step 10)
|
|
11
|
-
// + @Margin Auto
|
|
12
|
-
|
|
13
|
-
// ---------------------------------------------------------
|
|
14
|
-
// @Variables
|
|
15
|
-
// ---------------------------------------------------------
|
|
16
|
-
|
|
17
|
-
$responsive: true;
|
|
18
|
-
|
|
19
|
-
// ---------------------------------------------------------
|
|
20
|
-
// @Padding (0 > 4 Step 1)
|
|
21
|
-
// ---------------------------------------------------------
|
|
22
|
-
|
|
23
|
-
@for $i from 0 through 4 {
|
|
24
|
-
.m-#{$i} { margin: #{$i}px !important; }
|
|
25
|
-
.mT-#{$i} { margin-top: #{$i}px !important; }
|
|
26
|
-
.mR-#{$i} { margin-right: #{$i}px !important; }
|
|
27
|
-
.mB-#{$i} { margin-bottom: #{$i}px !important; }
|
|
28
|
-
.mL-#{$i} { margin-left: #{$i}px !important; }
|
|
29
|
-
|
|
30
|
-
.mY-#{$i} {
|
|
31
|
-
margin-top: #{$i}px !important;
|
|
32
|
-
margin-bottom: #{$i}px !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mX-#{$i} {
|
|
36
|
-
margin-left: #{$i}px !important;
|
|
37
|
-
margin-right: #{$i}px !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.m-nv-#{$i} { margin: -#{$i}px !important; }
|
|
41
|
-
.mT-nv-#{$i} { margin-top: -#{$i}px !important; }
|
|
42
|
-
.mR-nv-#{$i} { margin-right: -#{$i}px !important; }
|
|
43
|
-
.mB-nv-#{$i} { margin-bottom:- #{$i}px !important; }
|
|
44
|
-
.mL-nv-#{$i} { margin-left: -#{$i}px !important; }
|
|
45
|
-
|
|
46
|
-
.mY-nv-#{$i} {
|
|
47
|
-
margin-top: -#{$i}px !important;
|
|
48
|
-
margin-bottom: -#{$i}px !important;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.mX-nv-#{$i} {
|
|
52
|
-
margin-left: -#{$i}px !important;
|
|
53
|
-
margin-right: -#{$i}px !important;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@if ($responsive == true) {
|
|
57
|
-
@include generateResponsive() {
|
|
58
|
-
.m-#{$i}\@#{$breakpointAlias} { margin: #{$i}px !important; }
|
|
59
|
-
.mT-#{$i}\@#{$breakpointAlias} { margin-top: #{$i}px !important; }
|
|
60
|
-
.mR-#{$i}\@#{$breakpointAlias} { margin-right: #{$i}px !important; }
|
|
61
|
-
.mB-#{$i}\@#{$breakpointAlias} { margin-bottom: #{$i}px !important; }
|
|
62
|
-
.mL-#{$i}\@#{$breakpointAlias} { margin-left: #{$i}px !important; }
|
|
63
|
-
|
|
64
|
-
.mY-#{$i}\@#{$breakpointAlias} {
|
|
65
|
-
margin-top: #{$i}px !important;
|
|
66
|
-
margin-bottom: #{$i}px !important;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.mX-#{$i}\@#{$breakpointAlias} {
|
|
70
|
-
margin-left: #{$i}px !important;
|
|
71
|
-
margin-right: #{$i}px !important;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.m-nv-#{$i}\@#{$breakpointAlias} { margin: -#{$i}px !important; }
|
|
75
|
-
.mT-nv-#{$i}\@#{$breakpointAlias} { margin-top: -#{$i}px !important; }
|
|
76
|
-
.mR-nv-#{$i}\@#{$breakpointAlias} { margin-right: -#{$i}px !important; }
|
|
77
|
-
.mB-nv-#{$i}\@#{$breakpointAlias} { margin-bottom: -#{$i}px !important; }
|
|
78
|
-
.mL-nv-#{$i}\@#{$breakpointAlias} { margin-left: -#{$i}px !important; }
|
|
79
|
-
|
|
80
|
-
.mY-nv-#{$i}\@#{$breakpointAlias} {
|
|
81
|
-
margin-top: -#{$i}px !important;
|
|
82
|
-
margin-bottom: -#{$i}px !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.mX-nv-#{$i}\@#{$breakpointAlias} {
|
|
86
|
-
margin-left: -#{$i}px !important;
|
|
87
|
-
margin-right: -#{$i}px !important;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// ---------------------------------------------------------
|
|
94
|
-
// @Padding (5 > 35 Step 5)
|
|
95
|
-
// ---------------------------------------------------------
|
|
96
|
-
|
|
97
|
-
@for $i from 5 through 35 {
|
|
98
|
-
@if $i % 5 == 0 {
|
|
99
|
-
.m-#{$i} { margin: #{$i}px !important; }
|
|
100
|
-
.mT-#{$i} { margin-top: #{$i}px !important; }
|
|
101
|
-
.mR-#{$i} { margin-right: #{$i}px !important; }
|
|
102
|
-
.mB-#{$i} { margin-bottom: #{$i}px !important; }
|
|
103
|
-
.mL-#{$i} { margin-left: #{$i}px !important; }
|
|
104
|
-
|
|
105
|
-
.mY-#{$i} {
|
|
106
|
-
margin-top: #{$i}px !important;
|
|
107
|
-
margin-bottom: #{$i}px !important;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.mX-#{$i} {
|
|
111
|
-
margin-left: #{$i}px !important;
|
|
112
|
-
margin-right: #{$i}px !important;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.m-nv-#{$i} { margin: -#{$i}px !important; }
|
|
116
|
-
.mT-nv-#{$i} { margin-top: -#{$i}px !important; }
|
|
117
|
-
.mR-nv-#{$i} { margin-right: -#{$i}px !important; }
|
|
118
|
-
.mB-nv-#{$i} { margin-bottom: -#{$i}px !important; }
|
|
119
|
-
.mL-nv-#{$i} { margin-left: -#{$i}px !important; }
|
|
120
|
-
|
|
121
|
-
.mY-nv-#{$i} {
|
|
122
|
-
margin-top: -#{$i}px !important;
|
|
123
|
-
margin-bottom: -#{$i}px !important;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mX-nv-#{$i} {
|
|
127
|
-
margin-left: -#{$i}px !important;
|
|
128
|
-
margin-right: -#{$i}px !important;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
@if ($responsive == true) {
|
|
132
|
-
@include generateResponsive() {
|
|
133
|
-
.m-#{$i}\@#{$breakpointAlias} { margin: #{$i}px !important; }
|
|
134
|
-
.mT-#{$i}\@#{$breakpointAlias} { margin-top: #{$i}px !important; }
|
|
135
|
-
.mR-#{$i}\@#{$breakpointAlias} { margin-right: #{$i}px !important; }
|
|
136
|
-
.mB-#{$i}\@#{$breakpointAlias} { margin-bottom: #{$i}px !important; }
|
|
137
|
-
.mL-#{$i}\@#{$breakpointAlias} { margin-left: #{$i}px !important; }
|
|
138
|
-
|
|
139
|
-
.mY-#{$i}\@#{$breakpointAlias} {
|
|
140
|
-
margin-top: #{$i}px !important;
|
|
141
|
-
margin-bottom: #{$i}px !important;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.mX-#{$i}\@#{$breakpointAlias} {
|
|
145
|
-
margin-left: #{$i}px !important;
|
|
146
|
-
margin-right: #{$i}px !important;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.m-nv-#{$i}\@#{$breakpointAlias} { margin: -#{$i}px !important; }
|
|
150
|
-
.mT-nv-#{$i}\@#{$breakpointAlias} { margin-top: -#{$i}px !important; }
|
|
151
|
-
.mR-nv-#{$i}\@#{$breakpointAlias} { margin-right: -#{$i}px !important; }
|
|
152
|
-
.mB-nv-#{$i}\@#{$breakpointAlias} { margin-bottom: -#{$i}px !important; }
|
|
153
|
-
.mL-nv-#{$i}\@#{$breakpointAlias} { margin-left: -#{$i}px !important; }
|
|
154
|
-
|
|
155
|
-
.mY-nv-#{$i}\@#{$breakpointAlias} {
|
|
156
|
-
margin-top: -#{$i}px !important;
|
|
157
|
-
margin-bottom: -#{$i}px !important;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.mX-nv-#{$i}\@#{$breakpointAlias} {
|
|
161
|
-
margin-left: -#{$i}px !important;
|
|
162
|
-
margin-right: -#{$i}px !important;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// ---------------------------------------------------------
|
|
170
|
-
// @Padding (40 > 160 Step 10)
|
|
171
|
-
// ---------------------------------------------------------
|
|
172
|
-
|
|
173
|
-
@for $i from 40 through 160 {
|
|
174
|
-
@if $i % 10 == 0 {
|
|
175
|
-
|
|
176
|
-
.m-#{$i} { margin: #{$i}px !important; }
|
|
177
|
-
.mT-#{$i} { margin-top: #{$i}px !important; }
|
|
178
|
-
.mR-#{$i} { margin-right: #{$i}px !important; }
|
|
179
|
-
.mB-#{$i} { margin-bottom: #{$i}px !important; }
|
|
180
|
-
.mL-#{$i} { margin-left: #{$i}px !important; }
|
|
181
|
-
|
|
182
|
-
.mY-#{$i} {
|
|
183
|
-
margin-top: #{$i}px !important;
|
|
184
|
-
margin-bottom: #{$i}px !important;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.mX-#{$i} {
|
|
188
|
-
margin-left: #{$i}px !important;
|
|
189
|
-
margin-right: #{$i}px !important;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.m-nv-#{$i} { margin: -#{$i}px !important; }
|
|
193
|
-
.mT-nv-#{$i} { margin-top: -#{$i}px !important; }
|
|
194
|
-
.mR-nv-#{$i} { margin-right: -#{$i}px !important; }
|
|
195
|
-
.mB-nv-#{$i} { margin-bottom: -#{$i}px !important; }
|
|
196
|
-
.mL-nv-#{$i} { margin-left: -#{$i}px !important; }
|
|
197
|
-
|
|
198
|
-
.mY-nv-#{$i} {
|
|
199
|
-
margin-top: -#{$i}px !important;
|
|
200
|
-
margin-bottom: -#{$i}px !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.mX-nv-#{$i} {
|
|
204
|
-
margin-left: -#{$i}px !important;
|
|
205
|
-
margin-right: -#{$i}px !important;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@if ($responsive == true) {
|
|
209
|
-
@include generateResponsive() {
|
|
210
|
-
.m-#{$i}\@#{$breakpointAlias} { margin: #{$i}px !important; }
|
|
211
|
-
.mT-#{$i}\@#{$breakpointAlias} { margin-top: #{$i}px !important; }
|
|
212
|
-
.mR-#{$i}\@#{$breakpointAlias} { margin-right: #{$i}px !important; }
|
|
213
|
-
.mB-#{$i}\@#{$breakpointAlias} { margin-bottom: #{$i}px !important; }
|
|
214
|
-
.mL-#{$i}\@#{$breakpointAlias} { margin-left: #{$i}px !important; }
|
|
215
|
-
|
|
216
|
-
.mY-#{$i}\@#{$breakpointAlias} {
|
|
217
|
-
margin-top: #{$i}px !important;
|
|
218
|
-
margin-bottom: #{$i}px !important;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.mX-#{$i}\@#{$breakpointAlias} {
|
|
222
|
-
margin-left: #{$i}px !important;
|
|
223
|
-
margin-right: #{$i}px !important;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.m-nv-#{$i}\@#{$breakpointAlias} { margin: -#{$i}px !important; }
|
|
227
|
-
.mT-nv-#{$i}\@#{$breakpointAlias} { margin-top: -#{$i}px !important; }
|
|
228
|
-
.mR-nv-#{$i}\@#{$breakpointAlias} { margin-right: -#{$i}px !important; }
|
|
229
|
-
.mB-nv-#{$i}\@#{$breakpointAlias} { margin-bottom: -#{$i}px !important; }
|
|
230
|
-
.mL-nv-#{$i}\@#{$breakpointAlias} { margin-left: -#{$i}px !important; }
|
|
231
|
-
|
|
232
|
-
.mY-nv-#{$i}\@#{$breakpointAlias} {
|
|
233
|
-
margin-top: -#{$i}px !important;
|
|
234
|
-
margin-bottom: -#{$i}px !important;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.mX-nv-#{$i}\@#{$breakpointAlias} {
|
|
238
|
-
margin-left: -#{$i}px !important;
|
|
239
|
-
margin-right: -#{$i}px !important;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// ---------------------------------------------------------
|
|
247
|
-
// @Padding Auto
|
|
248
|
-
// ---------------------------------------------------------
|
|
249
|
-
|
|
250
|
-
.m-a { margin: auto !important; }
|
|
251
|
-
.mX-a { margin-left: auto !important; margin-right: auto !important; }
|
|
252
|
-
.mT-a { margin-top: auto !important; }
|
|
253
|
-
.mR-a { margin-right: auto !important; }
|
|
254
|
-
.mB-a { margin-bottom: auto !important; }
|
|
255
|
-
.mL-a { margin-left: auto !important; }
|
|
256
|
-
|
|
257
|
-
@if ($responsive == true) {
|
|
258
|
-
@include generateResponsive() {
|
|
259
|
-
.m-a\@#{$breakpointAlias} { margin: auto !important; }
|
|
260
|
-
.mX-a\@#{$breakpointAlias} { margin-left: auto !important; margin-right: auto !important; }
|
|
261
|
-
.mT-a\@#{$breakpointAlias} { margin-top: auto !important; }
|
|
262
|
-
.mR-a\@#{$breakpointAlias} { margin-right: auto !important; }
|
|
263
|
-
.mB-a\@#{$breakpointAlias} { margin-bottom: auto !important; }
|
|
264
|
-
.mL-a\@#{$breakpointAlias} { margin-left: auto !important; }
|
|
265
|
-
}
|
|
266
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
// ---------------------------------------------------------
|
|
2
|
-
// @TOC
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
|
|
5
|
-
// + @Background Size
|
|
6
|
-
// + @Background Position
|
|
7
|
-
// + @Background Repeat
|
|
8
|
-
// + @Object Fit
|
|
9
|
-
// + @Resize
|
|
10
|
-
// + @Opacity
|
|
11
|
-
// + @Cursor
|
|
12
|
-
// + @Visibility
|
|
13
|
-
|
|
14
|
-
// ---------------------------------------------------------
|
|
15
|
-
// @Background Size
|
|
16
|
-
// ---------------------------------------------------------
|
|
17
|
-
|
|
18
|
-
.bgsz-cv { background-size: cover; }
|
|
19
|
-
.bgsz-ct { background-size: contain; }
|
|
20
|
-
.bgsz-full { background-size: 100% 100%; }
|
|
21
|
-
|
|
22
|
-
// ---------------------------------------------------------
|
|
23
|
-
// @Background Position
|
|
24
|
-
// ---------------------------------------------------------
|
|
25
|
-
|
|
26
|
-
.bgpX-c { background-position-x: center; }
|
|
27
|
-
.bgpX-t { background-position-x: top; }
|
|
28
|
-
.bgpX-r { background-position-x: right; }
|
|
29
|
-
.bgpX-l { background-position-x: left; }
|
|
30
|
-
.bgpX-b { background-position-x: bottom; }
|
|
31
|
-
.bgpY-c { background-position-y: center; }
|
|
32
|
-
.bgpY-t { background-position-y: top; }
|
|
33
|
-
.bgpY-r { background-position-y: right; }
|
|
34
|
-
.bgpY-l { background-position-y: left; }
|
|
35
|
-
.bgpY-b { background-position-y: bottom; }
|
|
36
|
-
|
|
37
|
-
// ---------------------------------------------------------
|
|
38
|
-
// @Background Repeat
|
|
39
|
-
// ---------------------------------------------------------
|
|
40
|
-
|
|
41
|
-
.bgr-n { background-repeat: no-repeat; }
|
|
42
|
-
.bgr-y { background-repeat: repeat-y; }
|
|
43
|
-
.bgr-x { background-repeat: repeat-x; }
|
|
44
|
-
|
|
45
|
-
// ---------------------------------------------------------
|
|
46
|
-
// @Object Fit
|
|
47
|
-
// ---------------------------------------------------------
|
|
48
|
-
|
|
49
|
-
.of-ct { object-fit: contain; }
|
|
50
|
-
.of-cv { object-fit: cover; }
|
|
51
|
-
.of-f { object-fit: fill; }
|
|
52
|
-
.of-n { object-fit: none; }
|
|
53
|
-
.of-sd { object-fit: scale-down; }
|
|
54
|
-
|
|
55
|
-
// ---------------------------------------------------------
|
|
56
|
-
// @Resize
|
|
57
|
-
// ---------------------------------------------------------
|
|
58
|
-
|
|
59
|
-
.rsz-v { resize: vertical; }
|
|
60
|
-
.rsz-h { resize: horizontal; }
|
|
61
|
-
|
|
62
|
-
// ---------------------------------------------------------
|
|
63
|
-
// @Opacity
|
|
64
|
-
// ---------------------------------------------------------
|
|
65
|
-
|
|
66
|
-
.op-0 { opacity: 0; }
|
|
67
|
-
.op-10p { opacity: 0.1; }
|
|
68
|
-
.op-20p { opacity: 0.2; }
|
|
69
|
-
.op-30p { opacity: 0.3; }
|
|
70
|
-
.op-40p { opacity: 0.4; }
|
|
71
|
-
.op-50p { opacity: 0.5; }
|
|
72
|
-
.op-60p { opacity: 0.6; }
|
|
73
|
-
.op-70p { opacity: 0.7; }
|
|
74
|
-
.op-80p { opacity: 0.8; }
|
|
75
|
-
.op-90p { opacity: 0.9; }
|
|
76
|
-
.op-100p { opacity: 1; }
|
|
77
|
-
|
|
78
|
-
// ---------------------------------------------------------
|
|
79
|
-
// @Cursor
|
|
80
|
-
// ---------------------------------------------------------
|
|
81
|
-
|
|
82
|
-
.cur-na { cursor: not-allowed; }
|
|
83
|
-
.cur-p { cursor: pointer; }
|
|
84
|
-
.cur-a { cursor: auto; }
|
|
85
|
-
|
|
86
|
-
// ---------------------------------------------------------
|
|
87
|
-
// @Visibility
|
|
88
|
-
// ---------------------------------------------------------
|
|
89
|
-
|
|
90
|
-
.vis-v { visibility: visible; }
|
|
91
|
-
.vis-h { visibility: hidden; }
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Padding (0 > 4 Step 1)
|
|
9
|
-
// + @Padding (5 > 35 Step 5)
|
|
10
|
-
// + @Padding (40 > 160 Step 10)
|
|
11
|
-
// + @Padding Auto
|
|
12
|
-
|
|
13
|
-
// ---------------------------------------------------------
|
|
14
|
-
// @Variables
|
|
15
|
-
// ---------------------------------------------------------
|
|
16
|
-
|
|
17
|
-
$responsive: true;
|
|
18
|
-
|
|
19
|
-
// ---------------------------------------------------------
|
|
20
|
-
// @Padding (0 > 4 Step 1)
|
|
21
|
-
// ---------------------------------------------------------
|
|
22
|
-
|
|
23
|
-
@for $i from 0 through 4 {
|
|
24
|
-
.p-#{$i} { padding: #{$i}px !important; }
|
|
25
|
-
.pT-#{$i} { padding-top: #{$i}px !important; }
|
|
26
|
-
.pR-#{$i} { padding-right: #{$i}px !important; }
|
|
27
|
-
.pB-#{$i} { padding-bottom: #{$i}px !important; }
|
|
28
|
-
.pL-#{$i} { padding-left: #{$i}px !important; }
|
|
29
|
-
|
|
30
|
-
.pY-#{$i} {
|
|
31
|
-
padding-top: #{$i}px !important;
|
|
32
|
-
padding-bottom: #{$i}px !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.pX-#{$i} {
|
|
36
|
-
padding-left: #{$i}px !important;
|
|
37
|
-
padding-right: #{$i}px !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@if ($responsive == true) {
|
|
41
|
-
@include generateResponsive() {
|
|
42
|
-
.p-#{$i}\@#{$breakpointAlias} { padding: #{$i}px !important; }
|
|
43
|
-
.pT-#{$i}\@#{$breakpointAlias} { padding-top: #{$i}px !important; }
|
|
44
|
-
.pR-#{$i}\@#{$breakpointAlias} { padding-right: #{$i}px !important; }
|
|
45
|
-
.pB-#{$i}\@#{$breakpointAlias} { padding-bottom: #{$i}px !important; }
|
|
46
|
-
.pL-#{$i}\@#{$breakpointAlias} { padding-left: #{$i}px !important; }
|
|
47
|
-
|
|
48
|
-
.pY-#{$i}\@#{$breakpointAlias} {
|
|
49
|
-
padding-top: #{$i}px !important;
|
|
50
|
-
padding-bottom: #{$i}px !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.pX-#{$i}\@#{$breakpointAlias} {
|
|
54
|
-
padding-left: #{$i}px !important;
|
|
55
|
-
padding-right: #{$i}px !important;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// ---------------------------------------------------------
|
|
62
|
-
// @Padding (5 > 35 Step 5)
|
|
63
|
-
// ---------------------------------------------------------
|
|
64
|
-
|
|
65
|
-
@for $i from 5 through 35 {
|
|
66
|
-
@if $i % 5 == 0 {
|
|
67
|
-
.p-#{$i} { padding: #{$i}px !important; }
|
|
68
|
-
.pT-#{$i} { padding-top: #{$i}px !important; }
|
|
69
|
-
.pR-#{$i} { padding-right: #{$i}px !important; }
|
|
70
|
-
.pB-#{$i} { padding-bottom: #{$i}px !important; }
|
|
71
|
-
.pL-#{$i} { padding-left: #{$i}px !important; }
|
|
72
|
-
|
|
73
|
-
.pY-#{$i} {
|
|
74
|
-
padding-top: #{$i}px !important;
|
|
75
|
-
padding-bottom: #{$i}px !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.pX-#{$i} {
|
|
79
|
-
padding-left: #{$i}px !important;
|
|
80
|
-
padding-right: #{$i}px !important;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@if ($responsive == true) {
|
|
84
|
-
@include generateResponsive() {
|
|
85
|
-
.p-#{$i}\@#{$breakpointAlias} { padding: #{$i}px !important; }
|
|
86
|
-
.pT-#{$i}\@#{$breakpointAlias} { padding-top: #{$i}px !important; }
|
|
87
|
-
.pR-#{$i}\@#{$breakpointAlias} { padding-right: #{$i}px !important; }
|
|
88
|
-
.pB-#{$i}\@#{$breakpointAlias} { padding-bottom: #{$i}px !important; }
|
|
89
|
-
.pL-#{$i}\@#{$breakpointAlias} { padding-left: #{$i}px !important; }
|
|
90
|
-
|
|
91
|
-
.pY-#{$i}\@#{$breakpointAlias} {
|
|
92
|
-
padding-top: #{$i}px !important;
|
|
93
|
-
padding-bottom: #{$i}px !important;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.pX-#{$i}\@#{$breakpointAlias} {
|
|
97
|
-
padding-left: #{$i}px !important;
|
|
98
|
-
padding-right: #{$i}px !important;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// ---------------------------------------------------------
|
|
106
|
-
// @Padding (40 > 160 Step 10)
|
|
107
|
-
// ---------------------------------------------------------
|
|
108
|
-
|
|
109
|
-
@for $i from 40 through 160 {
|
|
110
|
-
@if $i % 10 == 0 {
|
|
111
|
-
.p-#{$i} { padding: #{$i}px !important; }
|
|
112
|
-
.pT-#{$i} { padding-top: #{$i}px !important; }
|
|
113
|
-
.pR-#{$i} { padding-right: #{$i}px !important; }
|
|
114
|
-
.pB-#{$i} { padding-bottom: #{$i}px !important; }
|
|
115
|
-
.pL-#{$i} { padding-left: #{$i}px !important; }
|
|
116
|
-
|
|
117
|
-
.pY-#{$i} {
|
|
118
|
-
padding-top: #{$i}px !important;
|
|
119
|
-
padding-bottom: #{$i}px !important;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.pX-#{$i} {
|
|
123
|
-
padding-left: #{$i}px !important;
|
|
124
|
-
padding-right: #{$i}px !important;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@if ($responsive == true) {
|
|
128
|
-
@include generateResponsive() {
|
|
129
|
-
.p-#{$i}\@#{$breakpointAlias} { padding: #{$i}px !important; }
|
|
130
|
-
.pT-#{$i}\@#{$breakpointAlias} { padding-top: #{$i}px !important; }
|
|
131
|
-
.pR-#{$i}\@#{$breakpointAlias} { padding-right: #{$i}px !important; }
|
|
132
|
-
.pB-#{$i}\@#{$breakpointAlias} { padding-bottom: #{$i}px !important; }
|
|
133
|
-
.pL-#{$i}\@#{$breakpointAlias} { padding-left: #{$i}px !important; }
|
|
134
|
-
|
|
135
|
-
.pY-#{$i}\@#{$breakpointAlias} {
|
|
136
|
-
padding-top: #{$i}px !important;
|
|
137
|
-
padding-bottom: #{$i}px !important;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.pX-#{$i}\@#{$breakpointAlias} {
|
|
141
|
-
padding-left: #{$i}px !important;
|
|
142
|
-
padding-right: #{$i}px !important;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
@use '../mixins/generateResponsive' as *;
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------
|
|
4
|
-
// @TOC
|
|
5
|
-
// ---------------------------------------------------------
|
|
6
|
-
|
|
7
|
-
// + @Variables
|
|
8
|
-
// + @Position (0 > 4 Step 1)
|
|
9
|
-
// + @Position (5 > 35 Step 5)
|
|
10
|
-
// + @Position (40 > 160 Step 10)
|
|
11
|
-
|
|
12
|
-
// ---------------------------------------------------------
|
|
13
|
-
// @Variables
|
|
14
|
-
// ---------------------------------------------------------
|
|
15
|
-
|
|
16
|
-
$responsive: true;
|
|
17
|
-
|
|
18
|
-
// ---------------------------------------------------------
|
|
19
|
-
// @Position (0 > 4 Step 1)
|
|
20
|
-
// ---------------------------------------------------------
|
|
21
|
-
|
|
22
|
-
@for $i from 0 through 4 {
|
|
23
|
-
.t-#{$i} { top: #{$i}px; }
|
|
24
|
-
.r-#{$i} { right: #{$i}px; }
|
|
25
|
-
.b-#{$i} { bottom: #{$i}px; }
|
|
26
|
-
.l-#{$i} { left: #{$i}px; }
|
|
27
|
-
|
|
28
|
-
@if ($responsive == true) {
|
|
29
|
-
@include generateResponsive() {
|
|
30
|
-
.t-#{$i}\@#{$breakpointAlias} { top: #{$i}px; }
|
|
31
|
-
.r-#{$i}\@#{$breakpointAlias} { right: #{$i}px; }
|
|
32
|
-
.b-#{$i}\@#{$breakpointAlias} { bottom: #{$i}px; }
|
|
33
|
-
.l-#{$i}\@#{$breakpointAlias} { left: #{$i}px; }
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// ---------------------------------------------------------
|
|
39
|
-
// @Position (5 > 35 Step 5)
|
|
40
|
-
// ---------------------------------------------------------
|
|
41
|
-
|
|
42
|
-
@for $i from 5 through 35 {
|
|
43
|
-
@if $i % 5 == 0 {
|
|
44
|
-
.t-#{$i} { top: #{$i}px; }
|
|
45
|
-
.r-#{$i} { right: #{$i}px; }
|
|
46
|
-
.b-#{$i} { bottom: #{$i}px; }
|
|
47
|
-
.l-#{$i} { left: #{$i}px; }
|
|
48
|
-
|
|
49
|
-
@if ($responsive == true) {
|
|
50
|
-
@include generateResponsive() {
|
|
51
|
-
.t-#{$i}\@#{$breakpointAlias} { top: #{$i}px; }
|
|
52
|
-
.r-#{$i}\@#{$breakpointAlias} { right: #{$i}px; }
|
|
53
|
-
.b-#{$i}\@#{$breakpointAlias} { bottom: #{$i}px; }
|
|
54
|
-
.l-#{$i}\@#{$breakpointAlias} { left: #{$i}px; }
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// ---------------------------------------------------------
|
|
61
|
-
// @Position (40 > 160 Step 10)
|
|
62
|
-
// ---------------------------------------------------------
|
|
63
|
-
|
|
64
|
-
@for $i from 40 through 160 {
|
|
65
|
-
@if $i % 10 == 0 {
|
|
66
|
-
.t-#{$i} { top: #{$i}px; }
|
|
67
|
-
.r-#{$i} { right: #{$i}px; }
|
|
68
|
-
.b-#{$i} { bottom: #{$i}px; }
|
|
69
|
-
.l-#{$i} { left: #{$i}px; }
|
|
70
|
-
|
|
71
|
-
@if ($responsive == true) {
|
|
72
|
-
@include generateResponsive() {
|
|
73
|
-
.t-#{$i}\@#{$breakpointAlias} { top: #{$i}px; }
|
|
74
|
-
.r-#{$i}\@#{$breakpointAlias} { right: #{$i}px; }
|
|
75
|
-
.b-#{$i}\@#{$breakpointAlias} { bottom: #{$i}px; }
|
|
76
|
-
.l-#{$i}\@#{$breakpointAlias} { left: #{$i}px; }
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// ---------------------------------------------------------
|
|
83
|
-
// @Position (50%)
|
|
84
|
-
// ---------------------------------------------------------
|
|
85
|
-
|
|
86
|
-
.tl-50p {
|
|
87
|
-
top: 50%;
|
|
88
|
-
left: 50%;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.tr-50p {
|
|
92
|
-
top: 50%;
|
|
93
|
-
right: 50%;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.t-50p { top: 50%; }
|
|
97
|
-
.r-50p { right: 50%; }
|
|
98
|
-
.b-50p { bottom: 50%; }
|
|
99
|
-
.l-50p { left: 50%; }
|
|
100
|
-
|
|
101
|
-
@if ($responsive == true) {
|
|
102
|
-
@include generateResponsive() {
|
|
103
|
-
.tl-50p\@#{$breakpointAlias} {
|
|
104
|
-
top: 50%;
|
|
105
|
-
left: 50%;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.tr-50p\@#{$breakpointAlias} {
|
|
109
|
-
top: 50%;
|
|
110
|
-
right: 50%;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.t-50p\@#{$breakpointAlias} { top: 50%; }
|
|
114
|
-
.r-50p\@#{$breakpointAlias} { right: 50%; }
|
|
115
|
-
.b-50p\@#{$breakpointAlias} { bottom: 50%; }
|
|
116
|
-
.l-50p\@#{$breakpointAlias} { left: 50%; }
|
|
117
|
-
}
|
|
118
|
-
}
|