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,157 @@
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
+ }
@@ -0,0 +1,127 @@
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; }
@@ -0,0 +1,3 @@
1
+ @use 'mixins/index' as *;
2
+ @use 'utils/index' as *;
3
+ @use 'helpers/index' as *;
@@ -0,0 +1,25 @@
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
+ }
@@ -0,0 +1,2 @@
1
+ @use 'mediaQueryCondition' as *;
2
+ @use 'generateResponsive' as *;
@@ -0,0 +1,28 @@
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
+ }
@@ -0,0 +1,54 @@
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
+ }
@@ -0,0 +1,229 @@
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
+ }
@@ -0,0 +1,5 @@
1
+ @use 'center' as *;
2
+ @use 'gap' as *;
3
+ @use 'peers' as *;
4
+ @use 'layers' as *;
5
+
@@ -0,0 +1,5 @@
1
+ .layers {
2
+ display: flex;
3
+ flex-flow: column nowrap;
4
+ align-items: center;
5
+ }
@@ -0,0 +1,35 @@
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
+ }