adminator-admin-dashboard 2.7.0

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.
Files changed (191) hide show
  1. package/CLAUDE.md +162 -0
  2. package/LICENSE +21 -0
  3. package/README.md +376 -0
  4. package/RELEASE_NOTES.md +92 -0
  5. package/dist/1e59d2330b4c6deb84b3.ttf +0 -0
  6. package/dist/20fd1704ea223900efa9.woff2 +0 -0
  7. package/dist/29b39089170885ae2967.woff +0 -0
  8. package/dist/404.html +24 -0
  9. package/dist/500.html +24 -0
  10. package/dist/55b07f26c86c8e3d3754.svg +1 -0
  11. package/dist/8b43027f47b20503057d.eot +0 -0
  12. package/dist/9bad94440d49256265a5.eot +0 -0
  13. package/dist/9fad440d8ee7a949a9a9.svg +1 -0
  14. package/dist/assets/c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg +2671 -0
  15. package/dist/assets/f0fc8c798eac5636249c4ea287832422.svg +362 -0
  16. package/dist/assets/static/fonts/icons/fontawesome/FontAwesome.otf +0 -0
  17. package/dist/assets/static/fonts/icons/fontawesome/fontawesome-webfont.eot +0 -0
  18. package/dist/assets/static/fonts/icons/fontawesome/fontawesome-webfont.svg +2671 -0
  19. package/dist/assets/static/fonts/icons/fontawesome/fontawesome-webfont.ttf +0 -0
  20. package/dist/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff +0 -0
  21. package/dist/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff2 +0 -0
  22. package/dist/assets/static/fonts/icons/themify/themify.eot +0 -0
  23. package/dist/assets/static/fonts/icons/themify/themify.svg +362 -0
  24. package/dist/assets/static/fonts/icons/themify/themify.ttf +0 -0
  25. package/dist/assets/static/fonts/icons/themify/themify.woff +0 -0
  26. package/dist/assets/static/images/404.png +0 -0
  27. package/dist/assets/static/images/500.png +0 -0
  28. package/dist/assets/static/images/bg.jpg +0 -0
  29. package/dist/assets/static/images/datatables/sort_asc.png +0 -0
  30. package/dist/assets/static/images/datatables/sort_asc_disabled.png +0 -0
  31. package/dist/assets/static/images/datatables/sort_both.png +0 -0
  32. package/dist/assets/static/images/datatables/sort_desc.png +0 -0
  33. package/dist/assets/static/images/datatables/sort_desc_disabled.png +0 -0
  34. package/dist/assets/static/images/logo-circle.svg +7 -0
  35. package/dist/assets/static/images/logo-gradient.svg +13 -0
  36. package/dist/assets/static/images/logo-outline.svg +7 -0
  37. package/dist/assets/static/images/logo.png +0 -0
  38. package/dist/assets/static/images/logo.svg +5 -0
  39. package/dist/basic-table.html +715 -0
  40. package/dist/blank.html +522 -0
  41. package/dist/buttons.html +467 -0
  42. package/dist/calendar.html +692 -0
  43. package/dist/charts.html +681 -0
  44. package/dist/chat.html +730 -0
  45. package/dist/compose.html +643 -0
  46. package/dist/datatable.html +1009 -0
  47. package/dist/eda8b94308c6f538f04a.ttf +0 -0
  48. package/dist/email.html +992 -0
  49. package/dist/f691f37e57f04c152e23.woff +0 -0
  50. package/dist/forms.html +760 -0
  51. package/dist/google-maps.html +530 -0
  52. package/dist/index.html +1090 -0
  53. package/dist/main.js +61239 -0
  54. package/dist/main.js.map +1 -0
  55. package/dist/signin.html +107 -0
  56. package/dist/signup.html +104 -0
  57. package/dist/test.html +91 -0
  58. package/dist/ui.html +931 -0
  59. package/dist/vector-maps.html +529 -0
  60. package/package.json +112 -0
  61. package/src/404.html +24 -0
  62. package/src/500.html +24 -0
  63. package/src/assets/scripts/app.js +644 -0
  64. package/src/assets/scripts/charts/chartJS/index.js +148 -0
  65. package/src/assets/scripts/charts/easyPieChart/index.js +200 -0
  66. package/src/assets/scripts/charts/index.js +3 -0
  67. package/src/assets/scripts/charts/sparkline/index.js +208 -0
  68. package/src/assets/scripts/chat/index.js +11 -0
  69. package/src/assets/scripts/components/Chart.js +1390 -0
  70. package/src/assets/scripts/components/Sidebar.js +241 -0
  71. package/src/assets/scripts/constants/colors.js +274 -0
  72. package/src/assets/scripts/datatable/index.js +379 -0
  73. package/src/assets/scripts/datepicker/index.js +302 -0
  74. package/src/assets/scripts/email/index.js +25 -0
  75. package/src/assets/scripts/fullcalendar/index.js +86 -0
  76. package/src/assets/scripts/googleMaps/index.js +93 -0
  77. package/src/assets/scripts/index.js +18 -0
  78. package/src/assets/scripts/masonry/index.js +14 -0
  79. package/src/assets/scripts/popover/index.js +109 -0
  80. package/src/assets/scripts/scrollbar/index.js +10 -0
  81. package/src/assets/scripts/search/index.js +15 -0
  82. package/src/assets/scripts/sidebar/index.js +140 -0
  83. package/src/assets/scripts/skycons/index.js +52 -0
  84. package/src/assets/scripts/ui/index.js +412 -0
  85. package/src/assets/scripts/utils/date.js +242 -0
  86. package/src/assets/scripts/utils/dom.js +349 -0
  87. package/src/assets/scripts/utils/index.js +45 -0
  88. package/src/assets/scripts/utils/theme.js +105 -0
  89. package/src/assets/scripts/vectorMaps/index.js +277 -0
  90. package/src/assets/static/fonts/icons/fontawesome/FontAwesome.otf +0 -0
  91. package/src/assets/static/fonts/icons/fontawesome/fontawesome-webfont.eot +0 -0
  92. package/src/assets/static/fonts/icons/fontawesome/fontawesome-webfont.svg +2671 -0
  93. package/src/assets/static/fonts/icons/fontawesome/fontawesome-webfont.ttf +0 -0
  94. package/src/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff +0 -0
  95. package/src/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff2 +0 -0
  96. package/src/assets/static/fonts/icons/themify/themify.eot +0 -0
  97. package/src/assets/static/fonts/icons/themify/themify.svg +362 -0
  98. package/src/assets/static/fonts/icons/themify/themify.ttf +0 -0
  99. package/src/assets/static/fonts/icons/themify/themify.woff +0 -0
  100. package/src/assets/static/images/404.png +0 -0
  101. package/src/assets/static/images/500.png +0 -0
  102. package/src/assets/static/images/bg.jpg +0 -0
  103. package/src/assets/static/images/datatables/sort_asc.png +0 -0
  104. package/src/assets/static/images/datatables/sort_asc_disabled.png +0 -0
  105. package/src/assets/static/images/datatables/sort_both.png +0 -0
  106. package/src/assets/static/images/datatables/sort_desc.png +0 -0
  107. package/src/assets/static/images/datatables/sort_desc_disabled.png +0 -0
  108. package/src/assets/static/images/logo-circle.svg +7 -0
  109. package/src/assets/static/images/logo-gradient.svg +13 -0
  110. package/src/assets/static/images/logo-outline.svg +7 -0
  111. package/src/assets/static/images/logo.png +0 -0
  112. package/src/assets/static/images/logo.svg +5 -0
  113. package/src/assets/styles/index.scss +801 -0
  114. package/src/assets/styles/spec/components/easyPieChart.scss +11 -0
  115. package/src/assets/styles/spec/components/footer.scss +4 -0
  116. package/src/assets/styles/spec/components/forms.scss +288 -0
  117. package/src/assets/styles/spec/components/index.scss +9 -0
  118. package/src/assets/styles/spec/components/loader.scss +46 -0
  119. package/src/assets/styles/spec/components/masonry.scss +1 -0
  120. package/src/assets/styles/spec/components/pageContainer.scss +255 -0
  121. package/src/assets/styles/spec/components/progressBar.scss +6 -0
  122. package/src/assets/styles/spec/components/sidebar.scss +642 -0
  123. package/src/assets/styles/spec/components/topbar.scss +455 -0
  124. package/src/assets/styles/spec/generic/base.scss +102 -0
  125. package/src/assets/styles/spec/generic/index.scss +1 -0
  126. package/src/assets/styles/spec/index.scss +4 -0
  127. package/src/assets/styles/spec/screens/chat.scss +147 -0
  128. package/src/assets/styles/spec/screens/email.scss +108 -0
  129. package/src/assets/styles/spec/screens/index.scss +2 -0
  130. package/src/assets/styles/spec/settings/baseColors.scss +103 -0
  131. package/src/assets/styles/spec/settings/borders.scss +6 -0
  132. package/src/assets/styles/spec/settings/breakpoints.scss +26 -0
  133. package/src/assets/styles/spec/settings/fonts.scss +4 -0
  134. package/src/assets/styles/spec/settings/index.scss +4 -0
  135. package/src/assets/styles/spec/settings/materialColors.scss +550 -0
  136. package/src/assets/styles/spec/tools/index.scss +1 -0
  137. package/src/assets/styles/spec/tools/mixins/clearfix.scss +15 -0
  138. package/src/assets/styles/spec/tools/mixins/index.scss +3 -0
  139. package/src/assets/styles/spec/tools/mixins/mediaQueriesRanges.scss +58 -0
  140. package/src/assets/styles/spec/tools/mixins/placeholder.scss +10 -0
  141. package/src/assets/styles/spec/utils/colors.scss +33 -0
  142. package/src/assets/styles/spec/utils/index.scss +2 -0
  143. package/src/assets/styles/spec/utils/layout/helpers/border.scss +78 -0
  144. package/src/assets/styles/spec/utils/layout/helpers/flex.scss +220 -0
  145. package/src/assets/styles/spec/utils/layout/helpers/index.scss +11 -0
  146. package/src/assets/styles/spec/utils/layout/helpers/layout.scss +137 -0
  147. package/src/assets/styles/spec/utils/layout/helpers/lists.scss +23 -0
  148. package/src/assets/styles/spec/utils/layout/helpers/margin.scss +266 -0
  149. package/src/assets/styles/spec/utils/layout/helpers/objects.scss +91 -0
  150. package/src/assets/styles/spec/utils/layout/helpers/padding.scss +147 -0
  151. package/src/assets/styles/spec/utils/layout/helpers/positions.scss +118 -0
  152. package/src/assets/styles/spec/utils/layout/helpers/pseudo.scss +6 -0
  153. package/src/assets/styles/spec/utils/layout/helpers/sizes.scss +157 -0
  154. package/src/assets/styles/spec/utils/layout/helpers/typography.scss +127 -0
  155. package/src/assets/styles/spec/utils/layout/index.scss +3 -0
  156. package/src/assets/styles/spec/utils/layout/mixins/generateResponsive.scss +25 -0
  157. package/src/assets/styles/spec/utils/layout/mixins/index.scss +2 -0
  158. package/src/assets/styles/spec/utils/layout/mixins/mediaQueryCondition.scss +28 -0
  159. package/src/assets/styles/spec/utils/layout/utils/center.scss +54 -0
  160. package/src/assets/styles/spec/utils/layout/utils/gap.scss +229 -0
  161. package/src/assets/styles/spec/utils/layout/utils/index.scss +5 -0
  162. package/src/assets/styles/spec/utils/layout/utils/layers.scss +5 -0
  163. package/src/assets/styles/spec/utils/layout/utils/peers.scss +35 -0
  164. package/src/assets/styles/utils/mobile.scss +954 -0
  165. package/src/assets/styles/utils/theme.css +97 -0
  166. package/src/assets/styles/vendor/datepicker.scss +183 -0
  167. package/src/assets/styles/vendor/font-awesome.css +2337 -0
  168. package/src/assets/styles/vendor/fullcalendar.scss +217 -0
  169. package/src/assets/styles/vendor/index.scss +8 -0
  170. package/src/assets/styles/vendor/jquery.datatables.scss +162 -0
  171. package/src/assets/styles/vendor/perfectScrollbar.scss +4 -0
  172. package/src/assets/styles/vendor/sparkline.scss +6 -0
  173. package/src/assets/styles/vendor/themify-icons.css +1081 -0
  174. package/src/basic-table.html +725 -0
  175. package/src/blank.html +532 -0
  176. package/src/buttons.html +477 -0
  177. package/src/calendar.html +702 -0
  178. package/src/charts.html +691 -0
  179. package/src/chat.html +740 -0
  180. package/src/compose.html +653 -0
  181. package/src/datatable.html +1019 -0
  182. package/src/email.html +1002 -0
  183. package/src/forms.html +770 -0
  184. package/src/google-maps.html +540 -0
  185. package/src/index.html +1100 -0
  186. package/src/signin.html +107 -0
  187. package/src/signup.html +104 -0
  188. package/src/test.html +96 -0
  189. package/src/ui.html +941 -0
  190. package/src/vector-maps.html +539 -0
  191. package/webpack.config.js +3 -0
@@ -0,0 +1,266 @@
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
+ }
@@ -0,0 +1,91 @@
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; }
@@ -0,0 +1,147 @@
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
+ }
@@ -0,0 +1,118 @@
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
+ }
@@ -0,0 +1,6 @@
1
+ // ---------------------------------------------------------
2
+ // @Pseudo Elements
3
+ // ---------------------------------------------------------
4
+
5
+ .no-after::after { display: none !important; }
6
+ .no-before::before { display: none !important; }