layers-design-system 2.4.0 → 2.6.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 (186) hide show
  1. package/dist/layers-design-system.js +78505 -0
  2. package/dist/layers-design-system.umd.cjs +285 -0
  3. package/dist/style.css +1 -0
  4. package/package.json +26 -12
  5. package/.nvmrc +0 -1
  6. package/babel.config.js +0 -5
  7. package/public/favicon.ico +0 -0
  8. package/public/index.html +0 -20
  9. package/src/assets/button-text-editor/double-quotes.svg +0 -4
  10. package/src/assets/button-text-editor/remove-formatting.svg +0 -5
  11. package/src/assets/button-text-editor/title.svg +0 -4
  12. package/src/assets/failed-to-load/failed-to-load.svg +0 -60
  13. package/src/assets/l-presentation/external-apps.png +0 -0
  14. package/src/assets/l-presentation/notification.png +0 -0
  15. package/src/assets/search-topics/empty-tags.svg +0 -59
  16. package/src/components/LAlert/docs.vue +0 -81
  17. package/src/components/LAlert/index.vue +0 -43
  18. package/src/components/LAttachmentChip/docs.vue +0 -84
  19. package/src/components/LAttachmentChip/index.vue +0 -179
  20. package/src/components/LBox/docs.vue +0 -26
  21. package/src/components/LBox/index.vue +0 -19
  22. package/src/components/LBoxHeader/index.vue +0 -24
  23. package/src/components/LBreadcrumb/docs.vue +0 -21
  24. package/src/components/LBreadcrumb/index.vue +0 -22
  25. package/src/components/LBreadcrumbItem/index.vue +0 -7
  26. package/src/components/LButton/docs.vue +0 -205
  27. package/src/components/LButton/index.vue +0 -369
  28. package/src/components/LButtonGroup/index.vue +0 -7
  29. package/src/components/LCarousel/docs.vue +0 -32
  30. package/src/components/LCarousel/index.vue +0 -88
  31. package/src/components/LCheckbox/docs.vue +0 -62
  32. package/src/components/LCheckbox/index.vue +0 -34
  33. package/src/components/LCheckboxButton/index.vue +0 -30
  34. package/src/components/LCheckboxGroup/index.vue +0 -53
  35. package/src/components/LChip/docs.vue +0 -113
  36. package/src/components/LChip/index.vue +0 -78
  37. package/src/components/LCircularLoader/docs.vue +0 -30
  38. package/src/components/LCircularLoader/index.vue +0 -97
  39. package/src/components/LCollapse/docs.vue +0 -68
  40. package/src/components/LCollapse/index.vue +0 -13
  41. package/src/components/LCollapseItem/index.vue +0 -28
  42. package/src/components/LDatePicker/docs.vue +0 -66
  43. package/src/components/LDatePicker/index.vue +0 -63
  44. package/src/components/LDialog/docs.vue +0 -36
  45. package/src/components/LDialog/index.vue +0 -37
  46. package/src/components/LDropdown/index.vue +0 -7
  47. package/src/components/LDropdownItem/index.vue +0 -13
  48. package/src/components/LDropdownMenu/docs.vue +0 -44
  49. package/src/components/LDropdownMenu/index.vue +0 -12
  50. package/src/components/LFailedToLoad/docs.vue +0 -37
  51. package/src/components/LFailedToLoad/index.vue +0 -61
  52. package/src/components/LForm/index.vue +0 -7
  53. package/src/components/LFormItem/index.vue +0 -12
  54. package/src/components/LHelperBox/assets/link.svg +0 -4
  55. package/src/components/LHelperBox/assets/open-envelope.svg +0 -9
  56. package/src/components/LHelperBox/docs.vue +0 -29
  57. package/src/components/LHelperBox/index.vue +0 -83
  58. package/src/components/LIcon/docs.vue +0 -174
  59. package/src/components/LIcon/index.vue +0 -55
  60. package/src/components/LImage/index.vue +0 -7
  61. package/src/components/LImageViewer/docs.vue +0 -111
  62. package/src/components/LImageViewer/index.vue +0 -449
  63. package/src/components/LInput/docs.vue +0 -43
  64. package/src/components/LInput/index.vue +0 -60
  65. package/src/components/LLinearProgress/docs.vue +0 -21
  66. package/src/components/LLinearProgress/index.vue +0 -74
  67. package/src/components/LNotice/docs.vue +0 -26
  68. package/src/components/LNotice/index.vue +0 -86
  69. package/src/components/LNotification/index.vue +0 -182
  70. package/src/components/LOption/index.vue +0 -7
  71. package/src/components/LOptionGroup/index.vue +0 -7
  72. package/src/components/LPresentation/docs.vue +0 -35
  73. package/src/components/LPresentation/index.vue +0 -182
  74. package/src/components/LProgress/index.vue +0 -7
  75. package/src/components/LPromptDialog/index.vue +0 -82
  76. package/src/components/LRadio/docs.vue +0 -54
  77. package/src/components/LRadio/index.vue +0 -13
  78. package/src/components/LRadioButton/index.vue +0 -30
  79. package/src/components/LRadioGroup/index.vue +0 -54
  80. package/src/components/LSearchBar/AddFilterButton.vue +0 -71
  81. package/src/components/LSearchBar/Filters/Editors/AmountEditor.vue +0 -110
  82. package/src/components/LSearchBar/Filters/Editors/DateEditor.vue +0 -146
  83. package/src/components/LSearchBar/Filters/Editors/NumberEditor.vue +0 -141
  84. package/src/components/LSearchBar/Filters/Editors/StringEditor.vue +0 -140
  85. package/src/components/LSearchBar/Filters/Editors/index.js +0 -16
  86. package/src/components/LSearchBar/Filters/FilterChip.vue +0 -105
  87. package/src/components/LSearchBar/Filters/Views/AmountView.vue +0 -28
  88. package/src/components/LSearchBar/Filters/Views/DateView.vue +0 -46
  89. package/src/components/LSearchBar/Filters/Views/NumberView.vue +0 -24
  90. package/src/components/LSearchBar/Filters/Views/StringView.vue +0 -47
  91. package/src/components/LSearchBar/Filters/Views/index.js +0 -16
  92. package/src/components/LSearchBar/docs.vue +0 -60
  93. package/src/components/LSearchBar/index.vue +0 -240
  94. package/src/components/LSearchTopics/RecentTermSearched.vue +0 -30
  95. package/src/components/LSearchTopics/TopicItem.vue +0 -346
  96. package/src/components/LSearchTopics/docs/drawer.vue +0 -254
  97. package/src/components/LSearchTopics/docs.vue +0 -60
  98. package/src/components/LSearchTopics/header.vue +0 -199
  99. package/src/components/LSearchTopics/helpers/showDialogConfirmation.js +0 -30
  100. package/src/components/LSearchTopics/helpers/showDiscardChangesDialog.js +0 -27
  101. package/src/components/LSearchTopics/index.vue +0 -750
  102. package/src/components/LSelect/docs.vue +0 -129
  103. package/src/components/LSelect/index.vue +0 -9
  104. package/src/components/LSlider/index.vue +0 -7
  105. package/src/components/LSwitch/docs.vue +0 -24
  106. package/src/components/LSwitch/index.vue +0 -60
  107. package/src/components/LTabPane/index.vue +0 -7
  108. package/src/components/LTable/FieldTypes/AmountView.vue +0 -16
  109. package/src/components/LTable/FieldTypes/DateView.vue +0 -18
  110. package/src/components/LTable/FieldTypes/EmailView.vue +0 -8
  111. package/src/components/LTable/FieldTypes/NumberView.vue +0 -13
  112. package/src/components/LTable/FieldTypes/PaymentStatusView.vue +0 -8
  113. package/src/components/LTable/FieldTypes/StringView.vue +0 -24
  114. package/src/components/LTable/FieldTypes/index.js +0 -18
  115. package/src/components/LTable/LTableBody.vue +0 -245
  116. package/src/components/LTable/LTableBodySpacer.vue +0 -17
  117. package/src/components/LTable/LTableEndspace.vue +0 -20
  118. package/src/components/LTable/LTableHeader.vue +0 -155
  119. package/src/components/LTable/LTableHeaderCell.vue +0 -188
  120. package/src/components/LTable/LTableHeaderLoader.vue +0 -62
  121. package/src/components/LTable/LTableHeaderResizer.vue +0 -162
  122. package/src/components/LTable/LTableLoadMore.vue +0 -56
  123. package/src/components/LTable/LTablePagination.vue +0 -174
  124. package/src/components/LTable/LTableReloader.vue +0 -61
  125. package/src/components/LTable/ListAdapter.js +0 -74
  126. package/src/components/LTable/docs.vue +0 -111
  127. package/src/components/LTable/helpers.js +0 -194
  128. package/src/components/LTable/index.vue +0 -961
  129. package/src/components/LTabs/docs.vue +0 -28
  130. package/src/components/LTabs/index.vue +0 -37
  131. package/src/components/LTargetChip/docs.vue +0 -86
  132. package/src/components/LTargetChip/index.vue +0 -64
  133. package/src/components/LTargetInput/docs.vue +0 -72
  134. package/src/components/LTargetInput/index.vue +0 -78
  135. package/src/components/LTextEditor/FloatingLink.vue +0 -91
  136. package/src/components/LTextEditor/LinkBox.vue +0 -94
  137. package/src/components/LTextEditor/docs.vue +0 -32
  138. package/src/components/LTextEditor/extensions/LayersBlockquote.js +0 -12
  139. package/src/components/LTextEditor/extensions/LayersBold.js +0 -11
  140. package/src/components/LTextEditor/extensions/LayersBreakLine.js +0 -16
  141. package/src/components/LTextEditor/extensions/LayersBubbleMenu.js +0 -10
  142. package/src/components/LTextEditor/extensions/LayersBulletList.js +0 -12
  143. package/src/components/LTextEditor/extensions/LayersHeading.js +0 -13
  144. package/src/components/LTextEditor/extensions/LayersHistory.js +0 -10
  145. package/src/components/LTextEditor/extensions/LayersItalic.js +0 -11
  146. package/src/components/LTextEditor/extensions/LayersLink.js +0 -29
  147. package/src/components/LTextEditor/extensions/LayersOrderedList.js +0 -12
  148. package/src/components/LTextEditor/extensions/LayersParagraph.js +0 -44
  149. package/src/components/LTextEditor/extensions/LayersPlaceholder.js +0 -11
  150. package/src/components/LTextEditor/extensions/LayersUnderline.js +0 -29
  151. package/src/components/LTextEditor/helpers/addProtocol.js +0 -5
  152. package/src/components/LTextEditor/helpers/removeEmptyTags.js +0 -5
  153. package/src/components/LTextEditor/index.vue +0 -421
  154. package/src/components/LTimeSelect/docs.vue +0 -41
  155. package/src/components/LTimeSelect/index.vue +0 -49
  156. package/src/components/LToggleButtonGroup/index.vue +0 -87
  157. package/src/components/LTooltip/docs.vue +0 -66
  158. package/src/components/LTooltip/index.vue +0 -28
  159. package/src/components/LTransitionExpand/docs.vue +0 -26
  160. package/src/components/LTransitionExpand/index.vue +0 -88
  161. package/src/components/LUpload/index.vue +0 -7
  162. package/src/docs/Colors.vue +0 -50
  163. package/src/docs/Home.vue +0 -11
  164. package/src/docs/Notifications.vue +0 -88
  165. package/src/docs/index.vue +0 -76
  166. package/src/docs/routes.js +0 -20
  167. package/src/helpers/Colors.js +0 -79
  168. package/src/helpers/FieldTypeComponents.js +0 -43
  169. package/src/helpers/Icons.js +0 -67
  170. package/src/helpers/Notification.js +0 -94
  171. package/src/helpers/PrettySize.js +0 -25
  172. package/src/helpers/RegisterElementUIComponents.js +0 -9
  173. package/src/helpers/Schemas.js +0 -18
  174. package/src/helpers/util.js +0 -15
  175. package/src/main-docs.js +0 -132
  176. package/src/main.js +0 -100
  177. package/src/style/colors.scss +0 -31
  178. package/src/style/element-variables.scss +0 -21
  179. package/src/style/icons.scss +0 -5
  180. package/src/style/layers-variables.scss +0 -73
  181. package/src/style/layout.scss +0 -2288
  182. package/src/style/main.scss +0 -11
  183. package/src/style/notifications.scss +0 -88
  184. package/src/style/transitions.scss +0 -43
  185. package/src/style/typography.scss +0 -155
  186. package/vue.config.js +0 -14
@@ -1,2288 +0,0 @@
1
- .row {
2
- display: flex;
3
- flex-direction: row;
4
- }
5
- .column {
6
- display: flex;
7
- flex-direction: column;
8
- }
9
-
10
- /*Custom classes*/
11
- .l-row > .scroll-y {
12
- overflow-y: auto;
13
- overflow-x: hidden;
14
- width: 0;
15
- }
16
-
17
- .l-col > .scroll-y {
18
- overflow-y: auto;
19
- overflow-x: hidden;
20
- height: 0;
21
- }
22
-
23
- /*
24
- * Rounded corners
25
- */
26
- .l-ra-1 {
27
- border-radius: 4px;
28
- }
29
-
30
- .l-ra-2 {
31
- border-radius: 8px;
32
- }
33
-
34
- .l-ra-3 {
35
- border-radius: 16px;
36
- }
37
-
38
- .l-rt-1 {
39
- border-top-left-radius: 4px;
40
- border-top-right-radius: 4px;
41
- }
42
-
43
- .l-rl-1 {
44
- border-top-left-radius: 4px;
45
- border-bottom-left-radius: 4px;
46
- }
47
-
48
- .l-rr-1 {
49
- border-top-right-radius: 4px;
50
- border-bottom-right-radius: 4px;
51
- }
52
-
53
- .l-rb-1 {
54
- border-bottom-left-radius: 4px;
55
- border-bottom-right-radius: 4px;
56
- }
57
-
58
- .l-app-icon-radius {
59
- border-radius: 22.5%;
60
- }
61
- /*!
62
- * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
63
- * Copyright 2011-2019 The Bootstrap Authors
64
- * Copyright 2011-2019 Twitter, Inc.
65
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
- */
67
- html {
68
- box-sizing: border-box;
69
- -ms-overflow-style: scrollbar;
70
- }
71
-
72
- *,
73
- *::before,
74
- *::after {
75
- box-sizing: inherit;
76
- }
77
-
78
- .l-container {
79
- width: 100%;
80
- padding-right: 15px;
81
- padding-left: 15px;
82
- margin-right: auto;
83
- margin-left: auto;
84
- }
85
-
86
- @media (min-width: 576px) {
87
- .l-container {
88
- max-width: 540px;
89
- }
90
- }
91
-
92
- @media (min-width: 768px) {
93
- .l-container {
94
- max-width: 720px;
95
- }
96
- }
97
-
98
- @media (min-width: 992px) {
99
- .l-container {
100
- max-width: 960px;
101
- }
102
- }
103
-
104
- @media (min-width: 1200px) {
105
- .l-container {
106
- max-width: 1140px;
107
- }
108
- }
109
-
110
- .l-container-fluid {
111
- width: 100%;
112
- padding-right: 15px;
113
- padding-left: 15px;
114
- margin-right: auto;
115
- margin-left: auto;
116
- }
117
-
118
- .l-row {
119
- display: -ms-flexbox;
120
- display: flex;
121
- -ms-flex-wrap: wrap;
122
- flex-wrap: wrap;
123
- margin-right: -15px;
124
- margin-left: -15px;
125
- }
126
-
127
- .l-no-gutters {
128
- margin-right: 0;
129
- margin-left: 0;
130
- }
131
-
132
- .l-no-gutters > .l-col,
133
- .l-no-gutters > [class*="col-"] {
134
- padding-right: 0;
135
- padding-left: 0;
136
- }
137
-
138
- .l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col,
139
- .l-col-auto, .l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12, .l-col-sm,
140
- .l-col-sm-auto, .l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12, .l-col-md,
141
- .l-col-md-auto, .l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12, .l-col-lg,
142
- .l-col-lg-auto, .l-col-xl-1, .l-col-xl-2, .l-col-xl-3, .l-col-xl-4, .l-col-xl-5, .l-col-xl-6, .l-col-xl-7, .l-col-xl-8, .l-col-xl-9, .l-col-xl-10, .l-col-xl-11, .l-col-xl-12, .l-col-xl,
143
- .l-col-xl-auto {
144
- position: relative;
145
- width: 100%;
146
- padding-right: 15px;
147
- padding-left: 15px;
148
- }
149
-
150
- .l-col {
151
- -ms-flex-preferred-size: 0;
152
- flex-basis: 0;
153
- -ms-flex-positive: 1;
154
- flex-grow: 1;
155
- max-width: 100%;
156
- }
157
-
158
- .l-col-auto {
159
- -ms-flex: 0 0 auto;
160
- flex: 0 0 auto;
161
- width: auto;
162
- max-width: 100%;
163
- }
164
-
165
- .l-col-1 {
166
- -ms-flex: 0 0 8.333333%;
167
- flex: 0 0 8.333333%;
168
- max-width: 8.333333%;
169
- }
170
-
171
- .l-col-2 {
172
- -ms-flex: 0 0 16.666667%;
173
- flex: 0 0 16.666667%;
174
- max-width: 16.666667%;
175
- }
176
-
177
- .l-col-3 {
178
- -ms-flex: 0 0 25%;
179
- flex: 0 0 25%;
180
- max-width: 25%;
181
- }
182
-
183
- .l-col-4 {
184
- -ms-flex: 0 0 33.333333%;
185
- flex: 0 0 33.333333%;
186
- max-width: 33.333333%;
187
- }
188
-
189
- .l-col-5 {
190
- -ms-flex: 0 0 41.666667%;
191
- flex: 0 0 41.666667%;
192
- max-width: 41.666667%;
193
- }
194
-
195
- .l-col-6 {
196
- -ms-flex: 0 0 50%;
197
- flex: 0 0 50%;
198
- max-width: 50%;
199
- }
200
-
201
- .l-col-7 {
202
- -ms-flex: 0 0 58.333333%;
203
- flex: 0 0 58.333333%;
204
- max-width: 58.333333%;
205
- }
206
-
207
- .l-col-8 {
208
- -ms-flex: 0 0 66.666667%;
209
- flex: 0 0 66.666667%;
210
- max-width: 66.666667%;
211
- }
212
-
213
- .l-col-9 {
214
- -ms-flex: 0 0 75%;
215
- flex: 0 0 75%;
216
- max-width: 75%;
217
- }
218
-
219
- .l-col-10 {
220
- -ms-flex: 0 0 83.333333%;
221
- flex: 0 0 83.333333%;
222
- max-width: 83.333333%;
223
- }
224
-
225
- .l-col-11 {
226
- -ms-flex: 0 0 91.666667%;
227
- flex: 0 0 91.666667%;
228
- max-width: 91.666667%;
229
- }
230
-
231
- .l-col-12 {
232
- -ms-flex: 0 0 100%;
233
- flex: 0 0 100%;
234
- max-width: 100%;
235
- }
236
-
237
- .l-order-first {
238
- -ms-flex-order: -1;
239
- order: -1;
240
- }
241
-
242
- .l-order-last {
243
- -ms-flex-order: 13;
244
- order: 13;
245
- }
246
-
247
- .l-order-0 {
248
- -ms-flex-order: 0;
249
- order: 0;
250
- }
251
-
252
- .l-order-1 {
253
- -ms-flex-order: 1;
254
- order: 1;
255
- }
256
-
257
- .l-order-2 {
258
- -ms-flex-order: 2;
259
- order: 2;
260
- }
261
-
262
- .l-order-3 {
263
- -ms-flex-order: 3;
264
- order: 3;
265
- }
266
-
267
- .l-order-4 {
268
- -ms-flex-order: 4;
269
- order: 4;
270
- }
271
-
272
- .l-order-5 {
273
- -ms-flex-order: 5;
274
- order: 5;
275
- }
276
-
277
- .l-order-6 {
278
- -ms-flex-order: 6;
279
- order: 6;
280
- }
281
-
282
- .l-order-7 {
283
- -ms-flex-order: 7;
284
- order: 7;
285
- }
286
-
287
- .l-order-8 {
288
- -ms-flex-order: 8;
289
- order: 8;
290
- }
291
-
292
- .l-order-9 {
293
- -ms-flex-order: 9;
294
- order: 9;
295
- }
296
-
297
- .l-order-10 {
298
- -ms-flex-order: 10;
299
- order: 10;
300
- }
301
-
302
- .l-order-11 {
303
- -ms-flex-order: 11;
304
- order: 11;
305
- }
306
-
307
- .l-order-12 {
308
- -ms-flex-order: 12;
309
- order: 12;
310
- }
311
-
312
- .l-offset-1 {
313
- margin-left: 8.333333%;
314
- }
315
-
316
- .l-offset-2 {
317
- margin-left: 16.666667%;
318
- }
319
-
320
- .l-offset-3 {
321
- margin-left: 25%;
322
- }
323
-
324
- .l-offset-4 {
325
- margin-left: 33.333333%;
326
- }
327
-
328
- .l-offset-5 {
329
- margin-left: 41.666667%;
330
- }
331
-
332
- .l-offset-6 {
333
- margin-left: 50%;
334
- }
335
-
336
- .l-offset-7 {
337
- margin-left: 58.333333%;
338
- }
339
-
340
- .l-offset-8 {
341
- margin-left: 66.666667%;
342
- }
343
-
344
- .l-offset-9 {
345
- margin-left: 75%;
346
- }
347
-
348
- .l-offset-10 {
349
- margin-left: 83.333333%;
350
- }
351
-
352
- .l-offset-11 {
353
- margin-left: 91.666667%;
354
- }
355
-
356
- @media (min-width: 576px) {
357
- .l-col-sm {
358
- -ms-flex-preferred-size: 0;
359
- flex-basis: 0;
360
- -ms-flex-positive: 1;
361
- flex-grow: 1;
362
- max-width: 100%;
363
- }
364
- .l-col-sm-auto {
365
- -ms-flex: 0 0 auto;
366
- flex: 0 0 auto;
367
- width: auto;
368
- max-width: 100%;
369
- }
370
- .l-col-sm-1 {
371
- -ms-flex: 0 0 8.333333%;
372
- flex: 0 0 8.333333%;
373
- max-width: 8.333333%;
374
- }
375
- .l-col-sm-2 {
376
- -ms-flex: 0 0 16.666667%;
377
- flex: 0 0 16.666667%;
378
- max-width: 16.666667%;
379
- }
380
- .l-col-sm-3 {
381
- -ms-flex: 0 0 25%;
382
- flex: 0 0 25%;
383
- max-width: 25%;
384
- }
385
- .l-col-sm-4 {
386
- -ms-flex: 0 0 33.333333%;
387
- flex: 0 0 33.333333%;
388
- max-width: 33.333333%;
389
- }
390
- .l-col-sm-5 {
391
- -ms-flex: 0 0 41.666667%;
392
- flex: 0 0 41.666667%;
393
- max-width: 41.666667%;
394
- }
395
- .l-col-sm-6 {
396
- -ms-flex: 0 0 50%;
397
- flex: 0 0 50%;
398
- max-width: 50%;
399
- }
400
- .l-col-sm-7 {
401
- -ms-flex: 0 0 58.333333%;
402
- flex: 0 0 58.333333%;
403
- max-width: 58.333333%;
404
- }
405
- .l-col-sm-8 {
406
- -ms-flex: 0 0 66.666667%;
407
- flex: 0 0 66.666667%;
408
- max-width: 66.666667%;
409
- }
410
- .l-col-sm-9 {
411
- -ms-flex: 0 0 75%;
412
- flex: 0 0 75%;
413
- max-width: 75%;
414
- }
415
- .l-col-sm-10 {
416
- -ms-flex: 0 0 83.333333%;
417
- flex: 0 0 83.333333%;
418
- max-width: 83.333333%;
419
- }
420
- .l-col-sm-11 {
421
- -ms-flex: 0 0 91.666667%;
422
- flex: 0 0 91.666667%;
423
- max-width: 91.666667%;
424
- }
425
- .l-col-sm-12 {
426
- -ms-flex: 0 0 100%;
427
- flex: 0 0 100%;
428
- max-width: 100%;
429
- }
430
- .l-order-sm-first {
431
- -ms-flex-order: -1;
432
- order: -1;
433
- }
434
- .l-order-sm-last {
435
- -ms-flex-order: 13;
436
- order: 13;
437
- }
438
- .l-order-sm-0 {
439
- -ms-flex-order: 0;
440
- order: 0;
441
- }
442
- .l-order-sm-1 {
443
- -ms-flex-order: 1;
444
- order: 1;
445
- }
446
- .l-order-sm-2 {
447
- -ms-flex-order: 2;
448
- order: 2;
449
- }
450
- .l-order-sm-3 {
451
- -ms-flex-order: 3;
452
- order: 3;
453
- }
454
- .l-order-sm-4 {
455
- -ms-flex-order: 4;
456
- order: 4;
457
- }
458
- .l-order-sm-5 {
459
- -ms-flex-order: 5;
460
- order: 5;
461
- }
462
- .l-order-sm-6 {
463
- -ms-flex-order: 6;
464
- order: 6;
465
- }
466
- .l-order-sm-7 {
467
- -ms-flex-order: 7;
468
- order: 7;
469
- }
470
- .l-order-sm-8 {
471
- -ms-flex-order: 8;
472
- order: 8;
473
- }
474
- .l-order-sm-9 {
475
- -ms-flex-order: 9;
476
- order: 9;
477
- }
478
- .l-order-sm-10 {
479
- -ms-flex-order: 10;
480
- order: 10;
481
- }
482
- .l-order-sm-11 {
483
- -ms-flex-order: 11;
484
- order: 11;
485
- }
486
- .l-order-sm-12 {
487
- -ms-flex-order: 12;
488
- order: 12;
489
- }
490
- .l-offset-sm-0 {
491
- margin-left: 0;
492
- }
493
- .l-offset-sm-1 {
494
- margin-left: 8.333333%;
495
- }
496
- .l-offset-sm-2 {
497
- margin-left: 16.666667%;
498
- }
499
- .l-offset-sm-3 {
500
- margin-left: 25%;
501
- }
502
- .l-offset-sm-4 {
503
- margin-left: 33.333333%;
504
- }
505
- .l-offset-sm-5 {
506
- margin-left: 41.666667%;
507
- }
508
- .l-offset-sm-6 {
509
- margin-left: 50%;
510
- }
511
- .l-offset-sm-7 {
512
- margin-left: 58.333333%;
513
- }
514
- .l-offset-sm-8 {
515
- margin-left: 66.666667%;
516
- }
517
- .l-offset-sm-9 {
518
- margin-left: 75%;
519
- }
520
- .l-offset-sm-10 {
521
- margin-left: 83.333333%;
522
- }
523
- .l-offset-sm-11 {
524
- margin-left: 91.666667%;
525
- }
526
- }
527
-
528
- @media (min-width: 768px) {
529
- .l-col-md {
530
- -ms-flex-preferred-size: 0;
531
- flex-basis: 0;
532
- -ms-flex-positive: 1;
533
- flex-grow: 1;
534
- max-width: 100%;
535
- }
536
- .l-col-md-auto {
537
- -ms-flex: 0 0 auto;
538
- flex: 0 0 auto;
539
- width: auto;
540
- max-width: 100%;
541
- }
542
- .l-col-md-1 {
543
- -ms-flex: 0 0 8.333333%;
544
- flex: 0 0 8.333333%;
545
- max-width: 8.333333%;
546
- }
547
- .l-col-md-2 {
548
- -ms-flex: 0 0 16.666667%;
549
- flex: 0 0 16.666667%;
550
- max-width: 16.666667%;
551
- }
552
- .l-col-md-3 {
553
- -ms-flex: 0 0 25%;
554
- flex: 0 0 25%;
555
- max-width: 25%;
556
- }
557
- .l-col-md-4 {
558
- -ms-flex: 0 0 33.333333%;
559
- flex: 0 0 33.333333%;
560
- max-width: 33.333333%;
561
- }
562
- .l-col-md-5 {
563
- -ms-flex: 0 0 41.666667%;
564
- flex: 0 0 41.666667%;
565
- max-width: 41.666667%;
566
- }
567
- .l-col-md-6 {
568
- -ms-flex: 0 0 50%;
569
- flex: 0 0 50%;
570
- max-width: 50%;
571
- }
572
- .l-col-md-7 {
573
- -ms-flex: 0 0 58.333333%;
574
- flex: 0 0 58.333333%;
575
- max-width: 58.333333%;
576
- }
577
- .l-col-md-8 {
578
- -ms-flex: 0 0 66.666667%;
579
- flex: 0 0 66.666667%;
580
- max-width: 66.666667%;
581
- }
582
- .l-col-md-9 {
583
- -ms-flex: 0 0 75%;
584
- flex: 0 0 75%;
585
- max-width: 75%;
586
- }
587
- .l-col-md-10 {
588
- -ms-flex: 0 0 83.333333%;
589
- flex: 0 0 83.333333%;
590
- max-width: 83.333333%;
591
- }
592
- .l-col-md-11 {
593
- -ms-flex: 0 0 91.666667%;
594
- flex: 0 0 91.666667%;
595
- max-width: 91.666667%;
596
- }
597
- .l-col-md-12 {
598
- -ms-flex: 0 0 100%;
599
- flex: 0 0 100%;
600
- max-width: 100%;
601
- }
602
- .l-order-md-first {
603
- -ms-flex-order: -1;
604
- order: -1;
605
- }
606
- .l-order-md-last {
607
- -ms-flex-order: 13;
608
- order: 13;
609
- }
610
- .l-order-md-0 {
611
- -ms-flex-order: 0;
612
- order: 0;
613
- }
614
- .l-order-md-1 {
615
- -ms-flex-order: 1;
616
- order: 1;
617
- }
618
- .l-order-md-2 {
619
- -ms-flex-order: 2;
620
- order: 2;
621
- }
622
- .l-order-md-3 {
623
- -ms-flex-order: 3;
624
- order: 3;
625
- }
626
- .l-order-md-4 {
627
- -ms-flex-order: 4;
628
- order: 4;
629
- }
630
- .l-order-md-5 {
631
- -ms-flex-order: 5;
632
- order: 5;
633
- }
634
- .l-order-md-6 {
635
- -ms-flex-order: 6;
636
- order: 6;
637
- }
638
- .l-order-md-7 {
639
- -ms-flex-order: 7;
640
- order: 7;
641
- }
642
- .l-order-md-8 {
643
- -ms-flex-order: 8;
644
- order: 8;
645
- }
646
- .l-order-md-9 {
647
- -ms-flex-order: 9;
648
- order: 9;
649
- }
650
- .l-order-md-10 {
651
- -ms-flex-order: 10;
652
- order: 10;
653
- }
654
- .l-order-md-11 {
655
- -ms-flex-order: 11;
656
- order: 11;
657
- }
658
- .l-order-md-12 {
659
- -ms-flex-order: 12;
660
- order: 12;
661
- }
662
- .l-offset-md-0 {
663
- margin-left: 0;
664
- }
665
- .l-offset-md-1 {
666
- margin-left: 8.333333%;
667
- }
668
- .l-offset-md-2 {
669
- margin-left: 16.666667%;
670
- }
671
- .l-offset-md-3 {
672
- margin-left: 25%;
673
- }
674
- .l-offset-md-4 {
675
- margin-left: 33.333333%;
676
- }
677
- .l-offset-md-5 {
678
- margin-left: 41.666667%;
679
- }
680
- .l-offset-md-6 {
681
- margin-left: 50%;
682
- }
683
- .l-offset-md-7 {
684
- margin-left: 58.333333%;
685
- }
686
- .l-offset-md-8 {
687
- margin-left: 66.666667%;
688
- }
689
- .l-offset-md-9 {
690
- margin-left: 75%;
691
- }
692
- .l-offset-md-10 {
693
- margin-left: 83.333333%;
694
- }
695
- .l-offset-md-11 {
696
- margin-left: 91.666667%;
697
- }
698
- }
699
-
700
- @media (min-width: 992px) {
701
- .l-col-lg {
702
- -ms-flex-preferred-size: 0;
703
- flex-basis: 0;
704
- -ms-flex-positive: 1;
705
- flex-grow: 1;
706
- max-width: 100%;
707
- }
708
- .l-col-lg-auto {
709
- -ms-flex: 0 0 auto;
710
- flex: 0 0 auto;
711
- width: auto;
712
- max-width: 100%;
713
- }
714
- .l-col-lg-1 {
715
- -ms-flex: 0 0 8.333333%;
716
- flex: 0 0 8.333333%;
717
- max-width: 8.333333%;
718
- }
719
- .l-col-lg-2 {
720
- -ms-flex: 0 0 16.666667%;
721
- flex: 0 0 16.666667%;
722
- max-width: 16.666667%;
723
- }
724
- .l-col-lg-3 {
725
- -ms-flex: 0 0 25%;
726
- flex: 0 0 25%;
727
- max-width: 25%;
728
- }
729
- .l-col-lg-4 {
730
- -ms-flex: 0 0 33.333333%;
731
- flex: 0 0 33.333333%;
732
- max-width: 33.333333%;
733
- }
734
- .l-col-lg-5 {
735
- -ms-flex: 0 0 41.666667%;
736
- flex: 0 0 41.666667%;
737
- max-width: 41.666667%;
738
- }
739
- .l-col-lg-6 {
740
- -ms-flex: 0 0 50%;
741
- flex: 0 0 50%;
742
- max-width: 50%;
743
- }
744
- .l-col-lg-7 {
745
- -ms-flex: 0 0 58.333333%;
746
- flex: 0 0 58.333333%;
747
- max-width: 58.333333%;
748
- }
749
- .l-col-lg-8 {
750
- -ms-flex: 0 0 66.666667%;
751
- flex: 0 0 66.666667%;
752
- max-width: 66.666667%;
753
- }
754
- .l-col-lg-9 {
755
- -ms-flex: 0 0 75%;
756
- flex: 0 0 75%;
757
- max-width: 75%;
758
- }
759
- .l-col-lg-10 {
760
- -ms-flex: 0 0 83.333333%;
761
- flex: 0 0 83.333333%;
762
- max-width: 83.333333%;
763
- }
764
- .l-col-lg-11 {
765
- -ms-flex: 0 0 91.666667%;
766
- flex: 0 0 91.666667%;
767
- max-width: 91.666667%;
768
- }
769
- .l-col-lg-12 {
770
- -ms-flex: 0 0 100%;
771
- flex: 0 0 100%;
772
- max-width: 100%;
773
- }
774
- .l-order-lg-first {
775
- -ms-flex-order: -1;
776
- order: -1;
777
- }
778
- .l-order-lg-last {
779
- -ms-flex-order: 13;
780
- order: 13;
781
- }
782
- .l-order-lg-0 {
783
- -ms-flex-order: 0;
784
- order: 0;
785
- }
786
- .l-order-lg-1 {
787
- -ms-flex-order: 1;
788
- order: 1;
789
- }
790
- .l-order-lg-2 {
791
- -ms-flex-order: 2;
792
- order: 2;
793
- }
794
- .l-order-lg-3 {
795
- -ms-flex-order: 3;
796
- order: 3;
797
- }
798
- .l-order-lg-4 {
799
- -ms-flex-order: 4;
800
- order: 4;
801
- }
802
- .l-order-lg-5 {
803
- -ms-flex-order: 5;
804
- order: 5;
805
- }
806
- .l-order-lg-6 {
807
- -ms-flex-order: 6;
808
- order: 6;
809
- }
810
- .l-order-lg-7 {
811
- -ms-flex-order: 7;
812
- order: 7;
813
- }
814
- .l-order-lg-8 {
815
- -ms-flex-order: 8;
816
- order: 8;
817
- }
818
- .l-order-lg-9 {
819
- -ms-flex-order: 9;
820
- order: 9;
821
- }
822
- .l-order-lg-10 {
823
- -ms-flex-order: 10;
824
- order: 10;
825
- }
826
- .l-order-lg-11 {
827
- -ms-flex-order: 11;
828
- order: 11;
829
- }
830
- .l-order-lg-12 {
831
- -ms-flex-order: 12;
832
- order: 12;
833
- }
834
- .l-offset-lg-0 {
835
- margin-left: 0;
836
- }
837
- .l-offset-lg-1 {
838
- margin-left: 8.333333%;
839
- }
840
- .l-offset-lg-2 {
841
- margin-left: 16.666667%;
842
- }
843
- .l-offset-lg-3 {
844
- margin-left: 25%;
845
- }
846
- .l-offset-lg-4 {
847
- margin-left: 33.333333%;
848
- }
849
- .l-offset-lg-5 {
850
- margin-left: 41.666667%;
851
- }
852
- .l-offset-lg-6 {
853
- margin-left: 50%;
854
- }
855
- .l-offset-lg-7 {
856
- margin-left: 58.333333%;
857
- }
858
- .l-offset-lg-8 {
859
- margin-left: 66.666667%;
860
- }
861
- .l-offset-lg-9 {
862
- margin-left: 75%;
863
- }
864
- .l-offset-lg-10 {
865
- margin-left: 83.333333%;
866
- }
867
- .l-offset-lg-11 {
868
- margin-left: 91.666667%;
869
- }
870
- }
871
-
872
- @media (min-width: 1200px) {
873
- .l-col-xl {
874
- -ms-flex-preferred-size: 0;
875
- flex-basis: 0;
876
- -ms-flex-positive: 1;
877
- flex-grow: 1;
878
- max-width: 100%;
879
- }
880
- .l-col-xl-auto {
881
- -ms-flex: 0 0 auto;
882
- flex: 0 0 auto;
883
- width: auto;
884
- max-width: 100%;
885
- }
886
- .l-col-xl-1 {
887
- -ms-flex: 0 0 8.333333%;
888
- flex: 0 0 8.333333%;
889
- max-width: 8.333333%;
890
- }
891
- .l-col-xl-2 {
892
- -ms-flex: 0 0 16.666667%;
893
- flex: 0 0 16.666667%;
894
- max-width: 16.666667%;
895
- }
896
- .l-col-xl-3 {
897
- -ms-flex: 0 0 25%;
898
- flex: 0 0 25%;
899
- max-width: 25%;
900
- }
901
- .l-col-xl-4 {
902
- -ms-flex: 0 0 33.333333%;
903
- flex: 0 0 33.333333%;
904
- max-width: 33.333333%;
905
- }
906
- .l-col-xl-5 {
907
- -ms-flex: 0 0 41.666667%;
908
- flex: 0 0 41.666667%;
909
- max-width: 41.666667%;
910
- }
911
- .l-col-xl-6 {
912
- -ms-flex: 0 0 50%;
913
- flex: 0 0 50%;
914
- max-width: 50%;
915
- }
916
- .l-col-xl-7 {
917
- -ms-flex: 0 0 58.333333%;
918
- flex: 0 0 58.333333%;
919
- max-width: 58.333333%;
920
- }
921
- .l-col-xl-8 {
922
- -ms-flex: 0 0 66.666667%;
923
- flex: 0 0 66.666667%;
924
- max-width: 66.666667%;
925
- }
926
- .l-col-xl-9 {
927
- -ms-flex: 0 0 75%;
928
- flex: 0 0 75%;
929
- max-width: 75%;
930
- }
931
- .l-col-xl-10 {
932
- -ms-flex: 0 0 83.333333%;
933
- flex: 0 0 83.333333%;
934
- max-width: 83.333333%;
935
- }
936
- .l-col-xl-11 {
937
- -ms-flex: 0 0 91.666667%;
938
- flex: 0 0 91.666667%;
939
- max-width: 91.666667%;
940
- }
941
- .l-col-xl-12 {
942
- -ms-flex: 0 0 100%;
943
- flex: 0 0 100%;
944
- max-width: 100%;
945
- }
946
- .l-order-xl-first {
947
- -ms-flex-order: -1;
948
- order: -1;
949
- }
950
- .l-order-xl-last {
951
- -ms-flex-order: 13;
952
- order: 13;
953
- }
954
- .l-order-xl-0 {
955
- -ms-flex-order: 0;
956
- order: 0;
957
- }
958
- .l-order-xl-1 {
959
- -ms-flex-order: 1;
960
- order: 1;
961
- }
962
- .l-order-xl-2 {
963
- -ms-flex-order: 2;
964
- order: 2;
965
- }
966
- .l-order-xl-3 {
967
- -ms-flex-order: 3;
968
- order: 3;
969
- }
970
- .l-order-xl-4 {
971
- -ms-flex-order: 4;
972
- order: 4;
973
- }
974
- .l-order-xl-5 {
975
- -ms-flex-order: 5;
976
- order: 5;
977
- }
978
- .l-order-xl-6 {
979
- -ms-flex-order: 6;
980
- order: 6;
981
- }
982
- .l-order-xl-7 {
983
- -ms-flex-order: 7;
984
- order: 7;
985
- }
986
- .l-order-xl-8 {
987
- -ms-flex-order: 8;
988
- order: 8;
989
- }
990
- .l-order-xl-9 {
991
- -ms-flex-order: 9;
992
- order: 9;
993
- }
994
- .l-order-xl-10 {
995
- -ms-flex-order: 10;
996
- order: 10;
997
- }
998
- .l-order-xl-11 {
999
- -ms-flex-order: 11;
1000
- order: 11;
1001
- }
1002
- .l-order-xl-12 {
1003
- -ms-flex-order: 12;
1004
- order: 12;
1005
- }
1006
- .l-offset-xl-0 {
1007
- margin-left: 0;
1008
- }
1009
- .l-offset-xl-1 {
1010
- margin-left: 8.333333%;
1011
- }
1012
- .l-offset-xl-2 {
1013
- margin-left: 16.666667%;
1014
- }
1015
- .l-offset-xl-3 {
1016
- margin-left: 25%;
1017
- }
1018
- .l-offset-xl-4 {
1019
- margin-left: 33.333333%;
1020
- }
1021
- .l-offset-xl-5 {
1022
- margin-left: 41.666667%;
1023
- }
1024
- .l-offset-xl-6 {
1025
- margin-left: 50%;
1026
- }
1027
- .l-offset-xl-7 {
1028
- margin-left: 58.333333%;
1029
- }
1030
- .l-offset-xl-8 {
1031
- margin-left: 66.666667%;
1032
- }
1033
- .l-offset-xl-9 {
1034
- margin-left: 75%;
1035
- }
1036
- .l-offset-xl-10 {
1037
- margin-left: 83.333333%;
1038
- }
1039
- .l-offset-xl-11 {
1040
- margin-left: 91.666667%;
1041
- }
1042
- }
1043
-
1044
- .l-d-none {
1045
- display: none !important;
1046
- }
1047
-
1048
- .l-d-inline {
1049
- display: inline !important;
1050
- }
1051
-
1052
- .l-d-inline-block {
1053
- display: inline-block !important;
1054
- }
1055
-
1056
- .l-d-block {
1057
- display: block !important;
1058
- }
1059
-
1060
- .l-d-table {
1061
- display: table !important;
1062
- }
1063
-
1064
- .l-d-table-row {
1065
- display: table-row !important;
1066
- }
1067
-
1068
- .l-d-table-cell {
1069
- display: table-cell !important;
1070
- }
1071
-
1072
- .l-d-flex {
1073
- display: -ms-flexbox !important;
1074
- display: flex !important;
1075
- }
1076
-
1077
- .l-d-inline-flex {
1078
- display: -ms-inline-flexbox !important;
1079
- display: inline-flex !important;
1080
- }
1081
-
1082
- @media (min-width: 576px) {
1083
- .l-d-sm-none {
1084
- display: none !important;
1085
- }
1086
- .l-d-sm-inline {
1087
- display: inline !important;
1088
- }
1089
- .l-d-sm-inline-block {
1090
- display: inline-block !important;
1091
- }
1092
- .l-d-sm-block {
1093
- display: block !important;
1094
- }
1095
- .l-d-sm-table {
1096
- display: table !important;
1097
- }
1098
- .l-d-sm-table-row {
1099
- display: table-row !important;
1100
- }
1101
- .l-d-sm-table-cell {
1102
- display: table-cell !important;
1103
- }
1104
- .l-d-sm-flex {
1105
- display: -ms-flexbox !important;
1106
- display: flex !important;
1107
- }
1108
- .l-d-sm-inline-flex {
1109
- display: -ms-inline-flexbox !important;
1110
- display: inline-flex !important;
1111
- }
1112
- }
1113
-
1114
- @media (min-width: 768px) {
1115
- .l-d-md-none {
1116
- display: none !important;
1117
- }
1118
- .l-d-md-inline {
1119
- display: inline !important;
1120
- }
1121
- .l-d-md-inline-block {
1122
- display: inline-block !important;
1123
- }
1124
- .l-d-md-block {
1125
- display: block !important;
1126
- }
1127
- .l-d-md-table {
1128
- display: table !important;
1129
- }
1130
- .l-d-md-table-row {
1131
- display: table-row !important;
1132
- }
1133
- .l-d-md-table-cell {
1134
- display: table-cell !important;
1135
- }
1136
- .l-d-md-flex {
1137
- display: -ms-flexbox !important;
1138
- display: flex !important;
1139
- }
1140
- .l-d-md-inline-flex {
1141
- display: -ms-inline-flexbox !important;
1142
- display: inline-flex !important;
1143
- }
1144
- }
1145
-
1146
- @media (min-width: 992px) {
1147
- .l-d-lg-none {
1148
- display: none !important;
1149
- }
1150
- .l-d-lg-inline {
1151
- display: inline !important;
1152
- }
1153
- .l-d-lg-inline-block {
1154
- display: inline-block !important;
1155
- }
1156
- .l-d-lg-block {
1157
- display: block !important;
1158
- }
1159
- .l-d-lg-table {
1160
- display: table !important;
1161
- }
1162
- .l-d-lg-table-row {
1163
- display: table-row !important;
1164
- }
1165
- .l-d-lg-table-cell {
1166
- display: table-cell !important;
1167
- }
1168
- .l-d-lg-flex {
1169
- display: -ms-flexbox !important;
1170
- display: flex !important;
1171
- }
1172
- .l-d-lg-inline-flex {
1173
- display: -ms-inline-flexbox !important;
1174
- display: inline-flex !important;
1175
- }
1176
- }
1177
-
1178
- @media (min-width: 1200px) {
1179
- .l-d-xl-none {
1180
- display: none !important;
1181
- }
1182
- .l-d-xl-inline {
1183
- display: inline !important;
1184
- }
1185
- .l-d-xl-inline-block {
1186
- display: inline-block !important;
1187
- }
1188
- .l-d-xl-block {
1189
- display: block !important;
1190
- }
1191
- .l-d-xl-table {
1192
- display: table !important;
1193
- }
1194
- .l-d-xl-table-row {
1195
- display: table-row !important;
1196
- }
1197
- .l-d-xl-table-cell {
1198
- display: table-cell !important;
1199
- }
1200
- .l-d-xl-flex {
1201
- display: -ms-flexbox !important;
1202
- display: flex !important;
1203
- }
1204
- .l-d-xl-inline-flex {
1205
- display: -ms-inline-flexbox !important;
1206
- display: inline-flex !important;
1207
- }
1208
- }
1209
-
1210
- @media print {
1211
- .l-d-print-none {
1212
- display: none !important;
1213
- }
1214
- .l-d-print-inline {
1215
- display: inline !important;
1216
- }
1217
- .l-d-print-inline-block {
1218
- display: inline-block !important;
1219
- }
1220
- .l-d-print-block {
1221
- display: block !important;
1222
- }
1223
- .l-d-print-table {
1224
- display: table !important;
1225
- }
1226
- .l-d-print-table-row {
1227
- display: table-row !important;
1228
- }
1229
- .l-d-print-table-cell {
1230
- display: table-cell !important;
1231
- }
1232
- .l-d-print-flex {
1233
- display: -ms-flexbox !important;
1234
- display: flex !important;
1235
- }
1236
- .l-d-print-inline-flex {
1237
- display: -ms-inline-flexbox !important;
1238
- display: inline-flex !important;
1239
- }
1240
- }
1241
-
1242
- .l-flex {
1243
- flex: 1 1 auto;
1244
- }
1245
-
1246
- .l-flex-row {
1247
- -ms-flex-direction: row !important;
1248
- flex-direction: row !important;
1249
- }
1250
-
1251
- .l-flex-column {
1252
- -ms-flex-direction: column !important;
1253
- flex-direction: column !important;
1254
- }
1255
-
1256
- .l-flex-row-reverse {
1257
- -ms-flex-direction: row-reverse !important;
1258
- flex-direction: row-reverse !important;
1259
- }
1260
-
1261
- .l-flex-column-reverse {
1262
- -ms-flex-direction: column-reverse !important;
1263
- flex-direction: column-reverse !important;
1264
- }
1265
-
1266
- .l-flex-wrap {
1267
- -ms-flex-wrap: wrap !important;
1268
- flex-wrap: wrap !important;
1269
- }
1270
-
1271
- .l-flex-nowrap {
1272
- -ms-flex-wrap: nowrap !important;
1273
- flex-wrap: nowrap !important;
1274
- }
1275
-
1276
- .l-flex-wrap-reverse {
1277
- -ms-flex-wrap: wrap-reverse !important;
1278
- flex-wrap: wrap-reverse !important;
1279
- }
1280
-
1281
- .l-flex-fill {
1282
- -ms-flex: 1 1 auto !important;
1283
- flex: 1 1 auto !important;
1284
- }
1285
-
1286
- .l-flex-grow-0 {
1287
- -ms-flex-positive: 0 !important;
1288
- flex-grow: 0 !important;
1289
- }
1290
-
1291
- .l-flex-grow-1 {
1292
- -ms-flex-positive: 1 !important;
1293
- flex-grow: 1 !important;
1294
- }
1295
-
1296
- .l-flex-shrink-0 {
1297
- -ms-flex-negative: 0 !important;
1298
- flex-shrink: 0 !important;
1299
- }
1300
-
1301
- .l-flex-shrink-1 {
1302
- -ms-flex-negative: 1 !important;
1303
- flex-shrink: 1 !important;
1304
- }
1305
-
1306
- .l-justify-content-start {
1307
- -ms-flex-pack: start !important;
1308
- justify-content: flex-start !important;
1309
- }
1310
-
1311
- .l-justify-content-end {
1312
- -ms-flex-pack: end !important;
1313
- justify-content: flex-end !important;
1314
- }
1315
-
1316
- .l-justify-content-center {
1317
- -ms-flex-pack: center !important;
1318
- justify-content: center !important;
1319
- }
1320
-
1321
- .l-justify-content-between {
1322
- -ms-flex-pack: justify !important;
1323
- justify-content: space-between !important;
1324
- }
1325
-
1326
- .l-justify-content-around {
1327
- -ms-flex-pack: distribute !important;
1328
- justify-content: space-around !important;
1329
- }
1330
-
1331
- .l-align-items-start {
1332
- -ms-flex-align: start !important;
1333
- align-items: flex-start !important;
1334
- }
1335
-
1336
- .l-align-items-end {
1337
- -ms-flex-align: end !important;
1338
- align-items: flex-end !important;
1339
- }
1340
-
1341
- .l-align-items-center {
1342
- -ms-flex-align: center !important;
1343
- align-items: center !important;
1344
- }
1345
-
1346
- .l-align-items-baseline {
1347
- -ms-flex-align: baseline !important;
1348
- align-items: baseline !important;
1349
- }
1350
-
1351
- .l-align-items-stretch {
1352
- -ms-flex-align: stretch !important;
1353
- align-items: stretch !important;
1354
- }
1355
-
1356
- .l-align-content-start {
1357
- -ms-flex-line-pack: start !important;
1358
- align-content: flex-start !important;
1359
- }
1360
-
1361
- .l-align-content-end {
1362
- -ms-flex-line-pack: end !important;
1363
- align-content: flex-end !important;
1364
- }
1365
-
1366
- .l-align-content-center {
1367
- -ms-flex-line-pack: center !important;
1368
- align-content: center !important;
1369
- }
1370
-
1371
- .l-align-content-between {
1372
- -ms-flex-line-pack: justify !important;
1373
- align-content: space-between !important;
1374
- }
1375
-
1376
- .l-align-content-around {
1377
- -ms-flex-line-pack: distribute !important;
1378
- align-content: space-around !important;
1379
- }
1380
-
1381
- .l-align-content-stretch {
1382
- -ms-flex-line-pack: stretch !important;
1383
- align-content: stretch !important;
1384
- }
1385
-
1386
- .l-align-self-auto {
1387
- -ms-flex-item-align: auto !important;
1388
- align-self: auto !important;
1389
- }
1390
-
1391
- .l-align-self-start {
1392
- -ms-flex-item-align: start !important;
1393
- align-self: flex-start !important;
1394
- }
1395
-
1396
- .l-align-self-end {
1397
- -ms-flex-item-align: end !important;
1398
- align-self: flex-end !important;
1399
- }
1400
-
1401
- .l-align-self-center {
1402
- -ms-flex-item-align: center !important;
1403
- align-self: center !important;
1404
- }
1405
-
1406
- .l-align-self-baseline {
1407
- -ms-flex-item-align: baseline !important;
1408
- align-self: baseline !important;
1409
- }
1410
-
1411
- .l-align-self-stretch {
1412
- -ms-flex-item-align: stretch !important;
1413
- align-self: stretch !important;
1414
- }
1415
-
1416
- @media (min-width: 576px) {
1417
- .l-flex-sm-row {
1418
- -ms-flex-direction: row !important;
1419
- flex-direction: row !important;
1420
- }
1421
- .l-flex-sm-column {
1422
- -ms-flex-direction: column !important;
1423
- flex-direction: column !important;
1424
- }
1425
- .l-flex-sm-row-reverse {
1426
- -ms-flex-direction: row-reverse !important;
1427
- flex-direction: row-reverse !important;
1428
- }
1429
- .l-flex-sm-column-reverse {
1430
- -ms-flex-direction: column-reverse !important;
1431
- flex-direction: column-reverse !important;
1432
- }
1433
- .l-flex-sm-wrap {
1434
- -ms-flex-wrap: wrap !important;
1435
- flex-wrap: wrap !important;
1436
- }
1437
- .l-flex-sm-nowrap {
1438
- -ms-flex-wrap: nowrap !important;
1439
- flex-wrap: nowrap !important;
1440
- }
1441
- .l-flex-sm-wrap-reverse {
1442
- -ms-flex-wrap: wrap-reverse !important;
1443
- flex-wrap: wrap-reverse !important;
1444
- }
1445
- .l-flex-sm-fill {
1446
- -ms-flex: 1 1 auto !important;
1447
- flex: 1 1 auto !important;
1448
- }
1449
- .l-flex-sm-grow-0 {
1450
- -ms-flex-positive: 0 !important;
1451
- flex-grow: 0 !important;
1452
- }
1453
- .l-flex-sm-grow-1 {
1454
- -ms-flex-positive: 1 !important;
1455
- flex-grow: 1 !important;
1456
- }
1457
- .l-flex-sm-shrink-0 {
1458
- -ms-flex-negative: 0 !important;
1459
- flex-shrink: 0 !important;
1460
- }
1461
- .l-flex-sm-shrink-1 {
1462
- -ms-flex-negative: 1 !important;
1463
- flex-shrink: 1 !important;
1464
- }
1465
- .l-justify-content-sm-start {
1466
- -ms-flex-pack: start !important;
1467
- justify-content: flex-start !important;
1468
- }
1469
- .l-justify-content-sm-end {
1470
- -ms-flex-pack: end !important;
1471
- justify-content: flex-end !important;
1472
- }
1473
- .l-justify-content-sm-center {
1474
- -ms-flex-pack: center !important;
1475
- justify-content: center !important;
1476
- }
1477
- .l-justify-content-sm-between {
1478
- -ms-flex-pack: justify !important;
1479
- justify-content: space-between !important;
1480
- }
1481
- .l-justify-content-sm-around {
1482
- -ms-flex-pack: distribute !important;
1483
- justify-content: space-around !important;
1484
- }
1485
- .l-align-items-sm-start {
1486
- -ms-flex-align: start !important;
1487
- align-items: flex-start !important;
1488
- }
1489
- .l-align-items-sm-end {
1490
- -ms-flex-align: end !important;
1491
- align-items: flex-end !important;
1492
- }
1493
- .l-align-items-sm-center {
1494
- -ms-flex-align: center !important;
1495
- align-items: center !important;
1496
- }
1497
- .l-align-items-sm-baseline {
1498
- -ms-flex-align: baseline !important;
1499
- align-items: baseline !important;
1500
- }
1501
- .l-align-items-sm-stretch {
1502
- -ms-flex-align: stretch !important;
1503
- align-items: stretch !important;
1504
- }
1505
- .l-align-content-sm-start {
1506
- -ms-flex-line-pack: start !important;
1507
- align-content: flex-start !important;
1508
- }
1509
- .l-align-content-sm-end {
1510
- -ms-flex-line-pack: end !important;
1511
- align-content: flex-end !important;
1512
- }
1513
- .l-align-content-sm-center {
1514
- -ms-flex-line-pack: center !important;
1515
- align-content: center !important;
1516
- }
1517
- .l-align-content-sm-between {
1518
- -ms-flex-line-pack: justify !important;
1519
- align-content: space-between !important;
1520
- }
1521
- .l-align-content-sm-around {
1522
- -ms-flex-line-pack: distribute !important;
1523
- align-content: space-around !important;
1524
- }
1525
- .l-align-content-sm-stretch {
1526
- -ms-flex-line-pack: stretch !important;
1527
- align-content: stretch !important;
1528
- }
1529
- .l-align-self-sm-auto {
1530
- -ms-flex-item-align: auto !important;
1531
- align-self: auto !important;
1532
- }
1533
- .l-align-self-sm-start {
1534
- -ms-flex-item-align: start !important;
1535
- align-self: flex-start !important;
1536
- }
1537
- .l-align-self-sm-end {
1538
- -ms-flex-item-align: end !important;
1539
- align-self: flex-end !important;
1540
- }
1541
- .l-align-self-sm-center {
1542
- -ms-flex-item-align: center !important;
1543
- align-self: center !important;
1544
- }
1545
- .l-align-self-sm-baseline {
1546
- -ms-flex-item-align: baseline !important;
1547
- align-self: baseline !important;
1548
- }
1549
- .l-align-self-sm-stretch {
1550
- -ms-flex-item-align: stretch !important;
1551
- align-self: stretch !important;
1552
- }
1553
- }
1554
-
1555
- @media (min-width: 768px) {
1556
- .l-flex-md-row {
1557
- -ms-flex-direction: row !important;
1558
- flex-direction: row !important;
1559
- }
1560
- .l-flex-md-column {
1561
- -ms-flex-direction: column !important;
1562
- flex-direction: column !important;
1563
- }
1564
- .l-flex-md-row-reverse {
1565
- -ms-flex-direction: row-reverse !important;
1566
- flex-direction: row-reverse !important;
1567
- }
1568
- .l-flex-md-column-reverse {
1569
- -ms-flex-direction: column-reverse !important;
1570
- flex-direction: column-reverse !important;
1571
- }
1572
- .l-flex-md-wrap {
1573
- -ms-flex-wrap: wrap !important;
1574
- flex-wrap: wrap !important;
1575
- }
1576
- .l-flex-md-nowrap {
1577
- -ms-flex-wrap: nowrap !important;
1578
- flex-wrap: nowrap !important;
1579
- }
1580
- .l-flex-md-wrap-reverse {
1581
- -ms-flex-wrap: wrap-reverse !important;
1582
- flex-wrap: wrap-reverse !important;
1583
- }
1584
- .l-flex-md-fill {
1585
- -ms-flex: 1 1 auto !important;
1586
- flex: 1 1 auto !important;
1587
- }
1588
- .l-flex-md-grow-0 {
1589
- -ms-flex-positive: 0 !important;
1590
- flex-grow: 0 !important;
1591
- }
1592
- .l-flex-md-grow-1 {
1593
- -ms-flex-positive: 1 !important;
1594
- flex-grow: 1 !important;
1595
- }
1596
- .l-flex-md-shrink-0 {
1597
- -ms-flex-negative: 0 !important;
1598
- flex-shrink: 0 !important;
1599
- }
1600
- .l-flex-md-shrink-1 {
1601
- -ms-flex-negative: 1 !important;
1602
- flex-shrink: 1 !important;
1603
- }
1604
- .l-justify-content-md-start {
1605
- -ms-flex-pack: start !important;
1606
- justify-content: flex-start !important;
1607
- }
1608
- .l-justify-content-md-end {
1609
- -ms-flex-pack: end !important;
1610
- justify-content: flex-end !important;
1611
- }
1612
- .l-justify-content-md-center {
1613
- -ms-flex-pack: center !important;
1614
- justify-content: center !important;
1615
- }
1616
- .l-justify-content-md-between {
1617
- -ms-flex-pack: justify !important;
1618
- justify-content: space-between !important;
1619
- }
1620
- .l-justify-content-md-around {
1621
- -ms-flex-pack: distribute !important;
1622
- justify-content: space-around !important;
1623
- }
1624
- .l-align-items-md-start {
1625
- -ms-flex-align: start !important;
1626
- align-items: flex-start !important;
1627
- }
1628
- .l-align-items-md-end {
1629
- -ms-flex-align: end !important;
1630
- align-items: flex-end !important;
1631
- }
1632
- .l-align-items-md-center {
1633
- -ms-flex-align: center !important;
1634
- align-items: center !important;
1635
- }
1636
- .l-align-items-md-baseline {
1637
- -ms-flex-align: baseline !important;
1638
- align-items: baseline !important;
1639
- }
1640
- .l-align-items-md-stretch {
1641
- -ms-flex-align: stretch !important;
1642
- align-items: stretch !important;
1643
- }
1644
- .l-align-content-md-start {
1645
- -ms-flex-line-pack: start !important;
1646
- align-content: flex-start !important;
1647
- }
1648
- .l-align-content-md-end {
1649
- -ms-flex-line-pack: end !important;
1650
- align-content: flex-end !important;
1651
- }
1652
- .l-align-content-md-center {
1653
- -ms-flex-line-pack: center !important;
1654
- align-content: center !important;
1655
- }
1656
- .l-align-content-md-between {
1657
- -ms-flex-line-pack: justify !important;
1658
- align-content: space-between !important;
1659
- }
1660
- .l-align-content-md-around {
1661
- -ms-flex-line-pack: distribute !important;
1662
- align-content: space-around !important;
1663
- }
1664
- .l-align-content-md-stretch {
1665
- -ms-flex-line-pack: stretch !important;
1666
- align-content: stretch !important;
1667
- }
1668
- .l-align-self-md-auto {
1669
- -ms-flex-item-align: auto !important;
1670
- align-self: auto !important;
1671
- }
1672
- .l-align-self-md-start {
1673
- -ms-flex-item-align: start !important;
1674
- align-self: flex-start !important;
1675
- }
1676
- .l-align-self-md-end {
1677
- -ms-flex-item-align: end !important;
1678
- align-self: flex-end !important;
1679
- }
1680
- .l-align-self-md-center {
1681
- -ms-flex-item-align: center !important;
1682
- align-self: center !important;
1683
- }
1684
- .l-align-self-md-baseline {
1685
- -ms-flex-item-align: baseline !important;
1686
- align-self: baseline !important;
1687
- }
1688
- .l-align-self-md-stretch {
1689
- -ms-flex-item-align: stretch !important;
1690
- align-self: stretch !important;
1691
- }
1692
- }
1693
-
1694
- @media (min-width: 992px) {
1695
- .l-flex-lg-row {
1696
- -ms-flex-direction: row !important;
1697
- flex-direction: row !important;
1698
- }
1699
- .l-flex-lg-column {
1700
- -ms-flex-direction: column !important;
1701
- flex-direction: column !important;
1702
- }
1703
- .l-flex-lg-row-reverse {
1704
- -ms-flex-direction: row-reverse !important;
1705
- flex-direction: row-reverse !important;
1706
- }
1707
- .l-flex-lg-column-reverse {
1708
- -ms-flex-direction: column-reverse !important;
1709
- flex-direction: column-reverse !important;
1710
- }
1711
- .l-flex-lg-wrap {
1712
- -ms-flex-wrap: wrap !important;
1713
- flex-wrap: wrap !important;
1714
- }
1715
- .l-flex-lg-nowrap {
1716
- -ms-flex-wrap: nowrap !important;
1717
- flex-wrap: nowrap !important;
1718
- }
1719
- .l-flex-lg-wrap-reverse {
1720
- -ms-flex-wrap: wrap-reverse !important;
1721
- flex-wrap: wrap-reverse !important;
1722
- }
1723
- .l-flex-lg-fill {
1724
- -ms-flex: 1 1 auto !important;
1725
- flex: 1 1 auto !important;
1726
- }
1727
- .l-flex-lg-grow-0 {
1728
- -ms-flex-positive: 0 !important;
1729
- flex-grow: 0 !important;
1730
- }
1731
- .l-flex-lg-grow-1 {
1732
- -ms-flex-positive: 1 !important;
1733
- flex-grow: 1 !important;
1734
- }
1735
- .l-flex-lg-shrink-0 {
1736
- -ms-flex-negative: 0 !important;
1737
- flex-shrink: 0 !important;
1738
- }
1739
- .l-flex-lg-shrink-1 {
1740
- -ms-flex-negative: 1 !important;
1741
- flex-shrink: 1 !important;
1742
- }
1743
- .l-justify-content-lg-start {
1744
- -ms-flex-pack: start !important;
1745
- justify-content: flex-start !important;
1746
- }
1747
- .l-justify-content-lg-end {
1748
- -ms-flex-pack: end !important;
1749
- justify-content: flex-end !important;
1750
- }
1751
- .l-justify-content-lg-center {
1752
- -ms-flex-pack: center !important;
1753
- justify-content: center !important;
1754
- }
1755
- .l-justify-content-lg-between {
1756
- -ms-flex-pack: justify !important;
1757
- justify-content: space-between !important;
1758
- }
1759
- .l-justify-content-lg-around {
1760
- -ms-flex-pack: distribute !important;
1761
- justify-content: space-around !important;
1762
- }
1763
- .l-align-items-lg-start {
1764
- -ms-flex-align: start !important;
1765
- align-items: flex-start !important;
1766
- }
1767
- .l-align-items-lg-end {
1768
- -ms-flex-align: end !important;
1769
- align-items: flex-end !important;
1770
- }
1771
- .l-align-items-lg-center {
1772
- -ms-flex-align: center !important;
1773
- align-items: center !important;
1774
- }
1775
- .l-align-items-lg-baseline {
1776
- -ms-flex-align: baseline !important;
1777
- align-items: baseline !important;
1778
- }
1779
- .l-align-items-lg-stretch {
1780
- -ms-flex-align: stretch !important;
1781
- align-items: stretch !important;
1782
- }
1783
- .l-align-content-lg-start {
1784
- -ms-flex-line-pack: start !important;
1785
- align-content: flex-start !important;
1786
- }
1787
- .l-align-content-lg-end {
1788
- -ms-flex-line-pack: end !important;
1789
- align-content: flex-end !important;
1790
- }
1791
- .l-align-content-lg-center {
1792
- -ms-flex-line-pack: center !important;
1793
- align-content: center !important;
1794
- }
1795
- .l-align-content-lg-between {
1796
- -ms-flex-line-pack: justify !important;
1797
- align-content: space-between !important;
1798
- }
1799
- .l-align-content-lg-around {
1800
- -ms-flex-line-pack: distribute !important;
1801
- align-content: space-around !important;
1802
- }
1803
- .l-align-content-lg-stretch {
1804
- -ms-flex-line-pack: stretch !important;
1805
- align-content: stretch !important;
1806
- }
1807
- .l-align-self-lg-auto {
1808
- -ms-flex-item-align: auto !important;
1809
- align-self: auto !important;
1810
- }
1811
- .l-align-self-lg-start {
1812
- -ms-flex-item-align: start !important;
1813
- align-self: flex-start !important;
1814
- }
1815
- .l-align-self-lg-end {
1816
- -ms-flex-item-align: end !important;
1817
- align-self: flex-end !important;
1818
- }
1819
- .l-align-self-lg-center {
1820
- -ms-flex-item-align: center !important;
1821
- align-self: center !important;
1822
- }
1823
- .l-align-self-lg-baseline {
1824
- -ms-flex-item-align: baseline !important;
1825
- align-self: baseline !important;
1826
- }
1827
- .l-align-self-lg-stretch {
1828
- -ms-flex-item-align: stretch !important;
1829
- align-self: stretch !important;
1830
- }
1831
- }
1832
-
1833
- @media (min-width: 1200px) {
1834
- .l-flex-xl-row {
1835
- -ms-flex-direction: row !important;
1836
- flex-direction: row !important;
1837
- }
1838
- .l-flex-xl-column {
1839
- -ms-flex-direction: column !important;
1840
- flex-direction: column !important;
1841
- }
1842
- .l-flex-xl-row-reverse {
1843
- -ms-flex-direction: row-reverse !important;
1844
- flex-direction: row-reverse !important;
1845
- }
1846
- .l-flex-xl-column-reverse {
1847
- -ms-flex-direction: column-reverse !important;
1848
- flex-direction: column-reverse !important;
1849
- }
1850
- .l-flex-xl-wrap {
1851
- -ms-flex-wrap: wrap !important;
1852
- flex-wrap: wrap !important;
1853
- }
1854
- .l-flex-xl-nowrap {
1855
- -ms-flex-wrap: nowrap !important;
1856
- flex-wrap: nowrap !important;
1857
- }
1858
- .l-flex-xl-wrap-reverse {
1859
- -ms-flex-wrap: wrap-reverse !important;
1860
- flex-wrap: wrap-reverse !important;
1861
- }
1862
- .l-flex-xl-fill {
1863
- -ms-flex: 1 1 auto !important;
1864
- flex: 1 1 auto !important;
1865
- }
1866
- .l-flex-xl-grow-0 {
1867
- -ms-flex-positive: 0 !important;
1868
- flex-grow: 0 !important;
1869
- }
1870
- .l-flex-xl-grow-1 {
1871
- -ms-flex-positive: 1 !important;
1872
- flex-grow: 1 !important;
1873
- }
1874
- .l-flex-xl-shrink-0 {
1875
- -ms-flex-negative: 0 !important;
1876
- flex-shrink: 0 !important;
1877
- }
1878
- .l-flex-xl-shrink-1 {
1879
- -ms-flex-negative: 1 !important;
1880
- flex-shrink: 1 !important;
1881
- }
1882
- .l-justify-content-xl-start {
1883
- -ms-flex-pack: start !important;
1884
- justify-content: flex-start !important;
1885
- }
1886
- .l-justify-content-xl-end {
1887
- -ms-flex-pack: end !important;
1888
- justify-content: flex-end !important;
1889
- }
1890
- .l-justify-content-xl-center {
1891
- -ms-flex-pack: center !important;
1892
- justify-content: center !important;
1893
- }
1894
- .l-justify-content-xl-between {
1895
- -ms-flex-pack: justify !important;
1896
- justify-content: space-between !important;
1897
- }
1898
- .l-justify-content-xl-around {
1899
- -ms-flex-pack: distribute !important;
1900
- justify-content: space-around !important;
1901
- }
1902
- .l-align-items-xl-start {
1903
- -ms-flex-align: start !important;
1904
- align-items: flex-start !important;
1905
- }
1906
- .l-align-items-xl-end {
1907
- -ms-flex-align: end !important;
1908
- align-items: flex-end !important;
1909
- }
1910
- .l-align-items-xl-center {
1911
- -ms-flex-align: center !important;
1912
- align-items: center !important;
1913
- }
1914
- .l-align-items-xl-baseline {
1915
- -ms-flex-align: baseline !important;
1916
- align-items: baseline !important;
1917
- }
1918
- .l-align-items-xl-stretch {
1919
- -ms-flex-align: stretch !important;
1920
- align-items: stretch !important;
1921
- }
1922
- .l-align-content-xl-start {
1923
- -ms-flex-line-pack: start !important;
1924
- align-content: flex-start !important;
1925
- }
1926
- .l-align-content-xl-end {
1927
- -ms-flex-line-pack: end !important;
1928
- align-content: flex-end !important;
1929
- }
1930
- .l-align-content-xl-center {
1931
- -ms-flex-line-pack: center !important;
1932
- align-content: center !important;
1933
- }
1934
- .l-align-content-xl-between {
1935
- -ms-flex-line-pack: justify !important;
1936
- align-content: space-between !important;
1937
- }
1938
- .l-align-content-xl-around {
1939
- -ms-flex-line-pack: distribute !important;
1940
- align-content: space-around !important;
1941
- }
1942
- .l-align-content-xl-stretch {
1943
- -ms-flex-line-pack: stretch !important;
1944
- align-content: stretch !important;
1945
- }
1946
- .l-align-self-xl-auto {
1947
- -ms-flex-item-align: auto !important;
1948
- align-self: auto !important;
1949
- }
1950
- .l-align-self-xl-start {
1951
- -ms-flex-item-align: start !important;
1952
- align-self: flex-start !important;
1953
- }
1954
- .l-align-self-xl-end {
1955
- -ms-flex-item-align: end !important;
1956
- align-self: flex-end !important;
1957
- }
1958
- .l-align-self-xl-center {
1959
- -ms-flex-item-align: center !important;
1960
- align-self: center !important;
1961
- }
1962
- .l-align-self-xl-baseline {
1963
- -ms-flex-item-align: baseline !important;
1964
- align-self: baseline !important;
1965
- }
1966
- .l-align-self-xl-stretch {
1967
- -ms-flex-item-align: stretch !important;
1968
- align-self: stretch !important;
1969
- }
1970
- }
1971
-
1972
- /* Margins and paddings */
1973
- .m-0 {
1974
- margin: 0 !important;
1975
- }
1976
-
1977
- .mt-0,
1978
- .my-0 {
1979
- margin-top: 0 !important;
1980
- }
1981
-
1982
- .mr-0,
1983
- .mx-0 {
1984
- margin-right: 0 !important;
1985
- }
1986
-
1987
- .mb-0,
1988
- .my-0 {
1989
- margin-bottom: 0 !important;
1990
- }
1991
-
1992
- .ml-0,
1993
- .mx-0 {
1994
- margin-left: 0 !important;
1995
- }
1996
-
1997
- .m-1 {
1998
- margin: 0.25rem !important;
1999
- }
2000
-
2001
- .mt-1,
2002
- .my-1 {
2003
- margin-top: 0.25rem !important;
2004
- }
2005
-
2006
- .mr-1,
2007
- .mx-1 {
2008
- margin-right: 0.25rem !important;
2009
- }
2010
-
2011
- .mb-1,
2012
- .my-1 {
2013
- margin-bottom: 0.25rem !important;
2014
- }
2015
-
2016
- .ml-1,
2017
- .mx-1 {
2018
- margin-left: 0.25rem !important;
2019
- }
2020
-
2021
- .m-2 {
2022
- margin: 0.5rem !important;
2023
- }
2024
-
2025
- .mt-2,
2026
- .my-2 {
2027
- margin-top: 0.5rem !important;
2028
- }
2029
-
2030
- .mr-2,
2031
- .mx-2 {
2032
- margin-right: 0.5rem !important;
2033
- }
2034
-
2035
- .mb-2,
2036
- .my-2 {
2037
- margin-bottom: 0.5rem !important;
2038
- }
2039
-
2040
- .ml-2,
2041
- .mx-2 {
2042
- margin-left: 0.5rem !important;
2043
- }
2044
-
2045
- .m-3 {
2046
- margin: 1rem !important;
2047
- }
2048
-
2049
- .mt-3,
2050
- .my-3 {
2051
- margin-top: 1rem !important;
2052
- }
2053
-
2054
- .mr-3,
2055
- .mx-3 {
2056
- margin-right: 1rem !important;
2057
- }
2058
-
2059
- .mb-3,
2060
- .my-3 {
2061
- margin-bottom: 1rem !important;
2062
- }
2063
-
2064
- .ml-3,
2065
- .mx-3 {
2066
- margin-left: 1rem !important;
2067
- }
2068
-
2069
- .m-4 {
2070
- margin: 1.5rem !important;
2071
- }
2072
-
2073
- .mt-4,
2074
- .my-4 {
2075
- margin-top: 1.5rem !important;
2076
- }
2077
-
2078
- .mr-4,
2079
- .mx-4 {
2080
- margin-right: 1.5rem !important;
2081
- }
2082
-
2083
- .mb-4,
2084
- .my-4 {
2085
- margin-bottom: 1.5rem !important;
2086
- }
2087
-
2088
- .ml-4,
2089
- .mx-4 {
2090
- margin-left: 1.5rem !important;
2091
- }
2092
-
2093
- .m-5 {
2094
- margin: 3rem !important;
2095
- }
2096
-
2097
- .mt-5,
2098
- .my-5 {
2099
- margin-top: 3rem !important;
2100
- }
2101
-
2102
- .mr-5,
2103
- .mx-5 {
2104
- margin-right: 3rem !important;
2105
- }
2106
-
2107
- .mb-5,
2108
- .my-5 {
2109
- margin-bottom: 3rem !important;
2110
- }
2111
-
2112
- .ml-5,
2113
- .mx-5 {
2114
- margin-left: 3rem !important;
2115
- }
2116
-
2117
- .p-0 {
2118
- padding: 0 !important;
2119
- }
2120
-
2121
- .pt-0,
2122
- .py-0 {
2123
- padding-top: 0 !important;
2124
- }
2125
-
2126
- .pr-0,
2127
- .px-0 {
2128
- padding-right: 0 !important;
2129
- }
2130
-
2131
- .pb-0,
2132
- .py-0 {
2133
- padding-bottom: 0 !important;
2134
- }
2135
-
2136
- .pl-0,
2137
- .px-0 {
2138
- padding-left: 0 !important;
2139
- }
2140
-
2141
- .p-1 {
2142
- padding: 0.25rem !important;
2143
- }
2144
-
2145
- .pt-1,
2146
- .py-1 {
2147
- padding-top: 0.25rem !important;
2148
- }
2149
-
2150
- .pr-1,
2151
- .px-1 {
2152
- padding-right: 0.25rem !important;
2153
- }
2154
-
2155
- .pb-1,
2156
- .py-1 {
2157
- padding-bottom: 0.25rem !important;
2158
- }
2159
-
2160
- .pl-1,
2161
- .px-1 {
2162
- padding-left: 0.25rem !important;
2163
- }
2164
-
2165
- .p-2 {
2166
- padding: 0.5rem !important;
2167
- }
2168
-
2169
- .pt-2,
2170
- .py-2 {
2171
- padding-top: 0.5rem !important;
2172
- }
2173
-
2174
- .pr-2,
2175
- .px-2 {
2176
- padding-right: 0.5rem !important;
2177
- }
2178
-
2179
- .pb-2,
2180
- .py-2 {
2181
- padding-bottom: 0.5rem !important;
2182
- }
2183
-
2184
- .pl-2,
2185
- .px-2 {
2186
- padding-left: 0.5rem !important;
2187
- }
2188
-
2189
- .p-3 {
2190
- padding: 1rem !important;
2191
- }
2192
-
2193
- .pt-3,
2194
- .py-3 {
2195
- padding-top: 1rem !important;
2196
- }
2197
-
2198
- .pr-3,
2199
- .px-3 {
2200
- padding-right: 1rem !important;
2201
- }
2202
-
2203
- .pb-3,
2204
- .py-3 {
2205
- padding-bottom: 1rem !important;
2206
- }
2207
-
2208
- .pl-3,
2209
- .px-3 {
2210
- padding-left: 1rem !important;
2211
- }
2212
-
2213
- .p-4 {
2214
- padding: 1.5rem !important;
2215
- }
2216
-
2217
- .pt-4,
2218
- .py-4 {
2219
- padding-top: 1.5rem !important;
2220
- }
2221
-
2222
- .pr-4,
2223
- .px-4 {
2224
- padding-right: 1.5rem !important;
2225
- }
2226
-
2227
- .pb-4,
2228
- .py-4 {
2229
- padding-bottom: 1.5rem !important;
2230
- }
2231
-
2232
- .pl-4,
2233
- .px-4 {
2234
- padding-left: 1.5rem !important;
2235
- }
2236
-
2237
- .p-5 {
2238
- padding: 3rem !important;
2239
- }
2240
-
2241
- .pt-5,
2242
- .py-5 {
2243
- padding-top: 3rem !important;
2244
- }
2245
-
2246
- .pr-5,
2247
- .px-5 {
2248
- padding-right: 3rem !important;
2249
- }
2250
-
2251
- .pb-5,
2252
- .py-5 {
2253
- padding-bottom: 3rem !important;
2254
- }
2255
-
2256
- .pl-5,
2257
- .px-5 {
2258
- padding-left: 3rem !important;
2259
- }
2260
-
2261
- .m-auto {
2262
- margin: auto !important;
2263
- }
2264
-
2265
- .mt-auto,
2266
- .my-auto {
2267
- margin-top: auto !important;
2268
- }
2269
-
2270
- .mr-auto,
2271
- .mx-auto {
2272
- margin-right: auto !important;
2273
- }
2274
-
2275
- .mb-auto,
2276
- .my-auto {
2277
- margin-bottom: auto !important;
2278
- }
2279
-
2280
- .ml-auto,
2281
- .mx-auto {
2282
- margin-left: auto !important;
2283
- }
2284
-
2285
- /* Vertical align utilities */
2286
- .align-middle {
2287
- vertical-align: middle !important;
2288
- }