@symphony-talent/component-library 3.0.0 → 3.3.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 (166) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +7 -3
  2. package/esm2020/lib/atoms/button/button.component.mjs +3 -3
  3. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  4. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  5. package/esm2020/lib/atoms/grid/grid.component.mjs +7 -6
  6. package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
  7. package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
  8. package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
  9. package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
  10. package/esm2020/lib/atoms/icon/icon.component.mjs +5 -3
  11. package/esm2020/lib/atoms/icon/icon.enum.mjs +15 -1
  12. package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  13. package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
  14. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  15. package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
  16. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  17. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  18. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  19. package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  20. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  21. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  22. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  23. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  24. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  25. package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
  26. package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  27. package/esm2020/lib/molecules/card/card.component.mjs +1 -1
  28. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  29. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  30. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  31. package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  32. package/esm2020/lib/molecules/molecules.module.mjs +6 -2
  33. package/esm2020/lib/molecules/note/note.component.mjs +1 -1
  34. package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
  35. package/esm2020/lib/molecules/task/task.component.mjs +1 -1
  36. package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
  37. package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
  38. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  39. package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  40. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  41. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  42. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  43. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +4 -4
  44. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
  45. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  46. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  47. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  48. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  49. package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
  50. package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  51. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +7 -3
  52. package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
  53. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  54. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  55. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +7 -6
  56. package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
  57. package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
  58. package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +5 -3
  61. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +15 -1
  62. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  63. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
  64. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  65. package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
  66. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  68. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  69. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  70. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  71. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  72. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  73. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  74. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  75. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
  76. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  77. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
  78. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  79. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  80. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  81. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  82. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
  83. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  84. package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
  85. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  86. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
  87. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
  88. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  89. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  90. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  91. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  92. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  93. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +4 -4
  94. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
  95. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  96. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  97. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  98. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  99. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
  100. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  101. package/esm2020/projects/component-library/public-api.mjs +8 -1
  102. package/esm2020/public-api.mjs +8 -1
  103. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +378 -51
  104. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  105. package/fesm2015/symphony-talent-component-library.mjs +378 -51
  106. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  107. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +378 -51
  108. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  109. package/fesm2020/symphony-talent-component-library.mjs +378 -51
  110. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  111. package/lib/atoms/atoms.module.d.ts +2 -1
  112. package/lib/atoms/grid/grid.component.d.ts +3 -6
  113. package/lib/atoms/grid/grid.model.d.ts +2 -0
  114. package/lib/atoms/icon/icon.component.d.ts +2 -1
  115. package/lib/atoms/icon/icon.enum.d.ts +14 -0
  116. package/lib/atoms/input-text/input-text.component.d.ts +2 -1
  117. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  118. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  119. package/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  120. package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  121. package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  122. package/lib/molecules/molecules.module.d.ts +2 -1
  123. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  124. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  125. package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  126. package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  127. package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  128. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  129. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  130. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  131. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  132. package/package.json +1 -1
  133. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  134. package/projects/component-library/global-assets/iconography/{fonts/iconography.svg → library-fonts/library-icons.svg} +31 -17
  135. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  136. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  137. package/projects/component-library/global-assets/iconography/{iconography.css → library-icons.css} +97 -55
  138. package/projects/component-library/global-assets/iconography/{sfxiconsV1.json → sfx-icons-v2.json} +526 -75
  139. package/projects/component-library/global-assets/spacing.scss +290 -0
  140. package/projects/component-library/global.scss +243 -263
  141. package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
  142. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -6
  143. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +2 -0
  144. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +2 -1
  145. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +14 -0
  146. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
  147. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  148. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  149. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  150. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  151. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  152. package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
  153. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  154. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  155. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  156. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  157. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  158. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  159. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  160. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  161. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  162. package/projects/component-library/public-api.d.ts +7 -0
  163. package/public-api.d.ts +7 -0
  164. package/projects/component-library/global-assets/iconography/fonts/iconography.eot +0 -0
  165. package/projects/component-library/global-assets/iconography/fonts/iconography.ttf +0 -0
  166. package/projects/component-library/global-assets/iconography/fonts/iconography.woff +0 -0
@@ -0,0 +1,290 @@
1
+ // Spacing
2
+ $space-0: 0px;
3
+ $space-5: 0.3rem;
4
+ $space-10: 0.625rem;
5
+ $space-15: 0.9375rem;
6
+ $space-20: 1.25rem;
7
+ $space-25: 1.5625rem;
8
+ $space-30: 1.875rem;
9
+ $space-35: 2.1875rem;
10
+ $space-40: 2.5rem;
11
+ $space-50: 3.125rem;
12
+ $space-75: 4.688rem;
13
+
14
+ // ***** PADDING ***** //
15
+ // Padding all round
16
+ .sfx-p-0 {
17
+ padding: $space-0;
18
+ }
19
+ .sfx-p-5 {
20
+ padding: $space-5;
21
+ }
22
+ .sfx-p-10 {
23
+ padding: $space-10;
24
+ }
25
+ .sfx-p-15 {
26
+ padding: $space-15;
27
+ }
28
+ .sfx-p-20 {
29
+ padding: $space-20;
30
+ }
31
+ .sfx-p-30 {
32
+ padding: $space-30;
33
+ }
34
+ // End Padding all round
35
+ // Padding top
36
+ .sfx-pt-0 {
37
+ padding-top: $space-0;
38
+ }
39
+ .sfx-pt-5 {
40
+ padding-top: $space-5;
41
+ }
42
+ .sfx-pt-10 {
43
+ padding-top: $space-10;
44
+ }
45
+ .sfx-pt-15 {
46
+ padding-top: $space-15;
47
+ }
48
+ .sfx-pt-20 {
49
+ padding-top: $space-20;
50
+ }
51
+ .sfx-pt-25 {
52
+ padding-top: $space-25;
53
+ }
54
+ .sfx-pt-30 {
55
+ padding-top: $space-30;
56
+ }
57
+ .sfx-pt-35 {
58
+ padding-top: $space-35;
59
+ }
60
+ .sfx-pt-40 {
61
+ padding-top: $space-40;
62
+ }
63
+ .sfx-pt-50 {
64
+ padding-top: $space-50;
65
+ }
66
+ // End Padding top
67
+ // Padding bottom
68
+ .sfx-pb-0 {
69
+ padding-bottom: $space-0;
70
+ }
71
+ .sfx-pb-5 {
72
+ padding-bottom: $space-5;
73
+ }
74
+ .sfx-pb-10 {
75
+ padding-bottom: $space-10;
76
+ }
77
+ .sfx-pb-15 {
78
+ padding-bottom: $space-15;
79
+ }
80
+ .sfx-pb-20 {
81
+ padding-bottom: $space-20;
82
+ }
83
+ .sfx-pb-25 {
84
+ padding-bottom: $space-25;
85
+ }
86
+ .sfx-pb-30 {
87
+ padding-bottom: $space-30;
88
+ }
89
+ .sfx-pb-35 {
90
+ padding-bottom: $space-35;
91
+ }
92
+ .sfx-pb-40 {
93
+ padding-bottom: $space-40;
94
+ }
95
+ .sfx-pb-50 {
96
+ padding-bottom: $space-50;
97
+ }
98
+ // End Padding bottom
99
+ // Padding left
100
+ .sfx-pl-0 {
101
+ padding-left: $space-0;
102
+ }
103
+ .sfx-pl-5 {
104
+ padding-left: $space-5;
105
+ }
106
+ .sfx-pl-10 {
107
+ padding-left: $space-10;
108
+ }
109
+ .sfx-pl-15 {
110
+ padding-left: $space-15;
111
+ }
112
+ .sfx-pl-20 {
113
+ padding-left: $space-20;
114
+ }
115
+ .sfx-pl-25 {
116
+ padding-left: $space-25;
117
+ }
118
+ .sfx-pl-30 {
119
+ padding-left: $space-30;
120
+ }
121
+ // End Padding left
122
+ // Padding right
123
+ .sfx-pr-0 {
124
+ padding-right: $space-0;
125
+ }
126
+ .sfx-pr-5 {
127
+ padding-right: $space-5;
128
+ }
129
+ .sfx-pr-10 {
130
+ padding-right: $space-10;
131
+ }
132
+ .sfx-pr-15 {
133
+ padding-right: $space-15;
134
+ }
135
+ .sfx-pr-20 {
136
+ padding-right: $space-20;
137
+ }
138
+ .sfx-pr-25 {
139
+ padding-right: $space-25;
140
+ }
141
+ .sfx-pr-30 {
142
+ padding-right: $space-30;
143
+ }
144
+ // End Padding right
145
+ // Padding y-axis
146
+ .sfx-py-15 {
147
+ padding-left: $space-15;
148
+ padding-right: $space-15;
149
+ }
150
+ .sfx-py-30 {
151
+ padding-left: $space-30;
152
+ padding-right: $space-30;
153
+ }
154
+ // End Padding y-axis
155
+ // Padding x-axis
156
+ .sfx-px-0 {
157
+ padding-top: $space-0;
158
+ padding-bottom: $space-0;
159
+ }
160
+ .sfx-px-15 {
161
+ padding-top: $space-15;
162
+ padding-bottom: $space-15;
163
+ }
164
+ .sfx-px-30 {
165
+ padding-top: $space-30;
166
+ padding-bottom: $space-30;
167
+ }
168
+ // End Padding x-axis
169
+ // ***** END PADDING ***** //
170
+
171
+ // ***** MARGIN ***** //
172
+ // Margin all round
173
+ .sfx-m-0 {
174
+ margin: $space-0;
175
+ }
176
+ .sfx-m-5 {
177
+ margin: $space-5;
178
+ }
179
+ .sfx-m-10 {
180
+ margin: $space-10;
181
+ }
182
+ .sfx-m-15 {
183
+ margin: $space-15;
184
+ }
185
+ .sfx-m-20 {
186
+ margin: $space-20;
187
+ }
188
+ .sfx-m-auto {
189
+ margin: 0 auto;
190
+ }
191
+ // End Margin all round
192
+ // Margin top
193
+ .sfx-mt-0 {
194
+ margin-top: $space-0;
195
+ }
196
+ .sfx-mt-5 {
197
+ margin-top: $space-5;
198
+ }
199
+ .sfx-mt-10 {
200
+ margin-top: $space-10;
201
+ }
202
+ .sfx-mt-15 {
203
+ margin-top: $space-15;
204
+ }
205
+ .sfx-mt-20 {
206
+ margin-top: $space-20;
207
+ }
208
+ .sfx-mt-25 {
209
+ margin-top: $space-25;
210
+ }
211
+ .sfx-mt-30 {
212
+ margin-top: $space-30;
213
+ }
214
+ .sfx-mt-40 {
215
+ margin-top: $space-40;
216
+ }
217
+ // End Margin top
218
+ // Margin bottom
219
+ .sfx-mb-0 {
220
+ margin-bottom: $space-0;
221
+ }
222
+ .sfx-mb-5 {
223
+ margin-bottom: $space-5;
224
+ }
225
+ .sfx-mb-10 {
226
+ margin-bottom: $space-10;
227
+ }
228
+ .sfx-mb-15 {
229
+ margin-bottom: $space-15;
230
+ }
231
+ .sfx-mb-20 {
232
+ margin-bottom: $space-20;
233
+ }
234
+ .sfx-mb-25 {
235
+ margin-bottom: $space-25;
236
+ }
237
+ .sfx-mb-30 {
238
+ margin-bottom: $space-30;
239
+ }
240
+ .sfx-mb-40 {
241
+ margin-bottom: $space-40;
242
+ }
243
+ // End Margin bottom
244
+ // Margin left
245
+ .sfx-ml-0 {
246
+ margin-left: $space-0;
247
+ }
248
+ .sfx-ml-5 {
249
+ margin-left: $space-5;
250
+ }
251
+ .sfx-ml-10 {
252
+ margin-left: $space-10;
253
+ }
254
+ .sfx-ml-15 {
255
+ margin-left: $space-15;
256
+ }
257
+ .sfx-ml-20 {
258
+ margin-left: $space-20;
259
+ }
260
+ .sfx-ml-auto {
261
+ margin-left: auto;
262
+ }
263
+ // End Margin left
264
+ // Margin right
265
+ .sfx-mr-0 {
266
+ margin-right: $space-0;
267
+ }
268
+ .sfx-mr-5 {
269
+ margin-right: $space-5;
270
+ }
271
+ .sfx-mr-10 {
272
+ margin-right: $space-10;
273
+ }
274
+ .sfx-mr-15 {
275
+ margin-right: $space-15;
276
+ }
277
+ .sfx-mr-20 {
278
+ margin-right: $space-20;
279
+ }
280
+ .sfx-mr-25 {
281
+ margin-right: $space-25;
282
+ }
283
+ .sfx-mr-30 {
284
+ margin-right: $space-30;
285
+ }
286
+ .sfx-mr-40 {
287
+ margin-right: $space-40;
288
+ }
289
+ // End Margin right
290
+ // ***** END MARGIN ***** //