@stackoverflow/stacks 1.0.0-beta.0 → 1.1.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.
- package/README.md +47 -47
- package/dist/controllers/s-popover.d.ts +11 -2
- package/dist/css/stacks.css +214 -3
- package/dist/css/stacks.min.css +1 -1
- package/dist/js/stacks.js +18 -2
- package/dist/js/stacks.min.js +1 -1
- package/lib/css/atomic/borders.less +378 -378
- package/lib/css/atomic/colors.less +209 -209
- package/lib/css/atomic/flex.less +375 -375
- package/lib/css/atomic/grid.less +174 -174
- package/lib/css/atomic/misc.less +343 -343
- package/lib/css/atomic/spacing.less +342 -314
- package/lib/css/atomic/typography.less +273 -273
- package/lib/css/atomic/width-height.less +194 -194
- package/lib/css/base/body.less +44 -44
- package/lib/css/base/configuration-static.less +61 -61
- package/lib/css/base/icons.less +20 -20
- package/lib/css/base/internals.less +220 -220
- package/lib/css/base/reset-meyer.less +64 -64
- package/lib/css/base/reset-normalize.less +449 -449
- package/lib/css/base/reset.less +20 -20
- package/lib/css/components/activity-indicator.less +44 -45
- package/lib/css/components/avatars.less +189 -189
- package/lib/css/components/badges.less +209 -209
- package/lib/css/components/banners.less +80 -80
- package/lib/css/components/blank-states.less +26 -26
- package/lib/css/components/breadcrumbs.less +44 -44
- package/lib/css/components/button-groups.less +104 -104
- package/lib/css/components/buttons.less +665 -665
- package/lib/css/components/cards.less +44 -44
- package/lib/css/components/code-blocks.less +130 -130
- package/lib/css/components/collapsible.less +104 -104
- package/lib/css/components/inputs.less +728 -728
- package/lib/css/components/link-previews.less +136 -136
- package/lib/css/components/links.less +218 -218
- package/lib/css/components/menu.less +47 -47
- package/lib/css/components/modals.less +133 -133
- package/lib/css/components/navigation.less +146 -146
- package/lib/css/components/notices.less +233 -233
- package/lib/css/components/page-titles.less +60 -60
- package/lib/css/components/pagination.less +55 -55
- package/lib/css/components/popovers.less +197 -197
- package/lib/css/components/post-summary.less +425 -425
- package/lib/css/components/progress-bars.less +330 -330
- package/lib/css/components/prose.less +503 -503
- package/lib/css/components/spinner.less +107 -107
- package/lib/css/components/tables.less +341 -341
- package/lib/css/components/tags.less +236 -236
- package/lib/css/components/toggle-switches.less +144 -144
- package/lib/css/components/topbar.less +427 -427
- package/lib/css/components/uploader.less +210 -210
- package/lib/css/components/user-cards.less +169 -169
- package/lib/css/components/widget-dynamic.less +33 -33
- package/lib/css/components/widget-static.less +273 -273
- package/lib/css/exports/constants-colors.less +1092 -1092
- package/lib/css/exports/constants-helpers.less +108 -108
- package/lib/css/exports/constants-type.less +153 -153
- package/lib/css/exports/exports.less +15 -15
- package/lib/css/exports/mixins.less +237 -237
- package/lib/css/stacks-dynamic.less +35 -35
- package/lib/css/stacks-static.less +86 -86
- package/lib/css/stacks.less +13 -13
- package/lib/ts/controllers/index.ts +7 -7
- package/lib/ts/controllers/s-expandable-control.ts +188 -188
- package/lib/ts/controllers/s-modal.ts +321 -321
- package/lib/ts/controllers/s-navigation-tablist.ts +117 -117
- package/lib/ts/controllers/s-popover.ts +567 -547
- package/lib/ts/controllers/s-table.ts +220 -220
- package/lib/ts/controllers/s-tooltip.ts +246 -246
- package/lib/ts/controllers/s-uploader.ts +172 -172
- package/lib/ts/index.ts +20 -20
- package/lib/ts/stacks.ts +88 -88
- package/lib/tsconfig.json +13 -13
- package/package.json +86 -87
package/README.md
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
# Stacks
|
|
2
|
-
|
|
3
|
-
Stacks is Stack Overflow’s design system. It includes the resources needed to create consistent, predictable interfaces and workflows that conform to Stack Overflow’s principles, design language, and best practices.
|
|
4
|
-
|
|
5
|
-
Our documentation is built with Stacks itself, using its [immutable, atomic classes](http://johnpolacek.com/rethinking/) and components.
|
|
6
|
-
|
|
7
|
-
The Stacks website documents:
|
|
8
|
-
|
|
9
|
-
### Product
|
|
10
|
-
- Semantic and accessible component markup
|
|
11
|
-
- Cross-browser compatible Less / CSS
|
|
12
|
-
- An [icon library](https://github.com/StackExchange/Stacks-Icons)
|
|
13
|
-
|
|
14
|
-
### Email
|
|
15
|
-
- Email templates & components
|
|
16
|
-
|
|
17
|
-
Stacks documentation can be found at https://stackoverflow.design/
|
|
18
|
-
|
|
19
|
-
## Table of contents
|
|
20
|
-
|
|
21
|
-
- [Using Stacks](#using-stacks)
|
|
22
|
-
- [Building Stacks](#building-stacks)
|
|
23
|
-
- [Bugs and feature requests](#bugs-and-feature-requests)
|
|
24
|
-
- [Contributing](#contributing)
|
|
25
|
-
- [License](#license)
|
|
26
|
-
|
|
27
|
-
## Using Stacks
|
|
28
|
-
Using Stacks is outlined in our [usage guidelines](https://stackoverflow.design/product/guidelines/using-stacks).
|
|
29
|
-
|
|
30
|
-
## Building Stacks
|
|
31
|
-
To contribute to Stacks documentation or its CSS library, you’ll need to build Stacks locally. View our [building guidelines](https://stackoverflow.design/product/guidelines/building).
|
|
32
|
-
|
|
33
|
-
Having trouble getting these steps to work? Open [an issue](https://github.com/StackExchange/Stacks/issues/new) with a `setup` label.
|
|
34
|
-
|
|
35
|
-
## Testing Stacks
|
|
36
|
-
Stacks has implemented visual regression testing with [Backstop](https://github.com/garris/BackstopJS). To test if your new feature introduces visual regressions, run `npm run test` in a new Terminal window while Stacks is running. After the tests have run, a new browser window with any regressions will show. If the regressions are desired, you can run `npm run approve` to establish the new baseline.
|
|
37
|
-
|
|
38
|
-
Individual routes to test are found in [backstop.json](/backstop.json)
|
|
39
|
-
|
|
40
|
-
## Bugs and feature requests
|
|
41
|
-
Have a bug or feature request? First search existing or closed issues to make sure the issue hasn’t been noted yet. If not, review our [issue guidelines](/CONTRIBUTING.md#open-an-issue) for submitting [a bug report](/CONTRIBUTING.md#reporting-bugs) or [feature request](/CONTRIBUTING.md#feature-requests).
|
|
42
|
-
|
|
43
|
-
## Contributing
|
|
44
|
-
If you’d like to contribute to Stacks, please read through our [contribution guidelines](/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
45
|
-
|
|
46
|
-
## License
|
|
47
|
-
Code and documentation copyright 2017-2022 Stack Exchange, Inc and released under the [MIT License](/LICENSE.MD).
|
|
1
|
+
# Stacks
|
|
2
|
+
|
|
3
|
+
Stacks is Stack Overflow’s design system. It includes the resources needed to create consistent, predictable interfaces and workflows that conform to Stack Overflow’s principles, design language, and best practices.
|
|
4
|
+
|
|
5
|
+
Our documentation is built with Stacks itself, using its [immutable, atomic classes](http://johnpolacek.com/rethinking/) and components.
|
|
6
|
+
|
|
7
|
+
The Stacks website documents:
|
|
8
|
+
|
|
9
|
+
### Product
|
|
10
|
+
- Semantic and accessible component markup
|
|
11
|
+
- Cross-browser compatible Less / CSS
|
|
12
|
+
- An [icon library](https://github.com/StackExchange/Stacks-Icons)
|
|
13
|
+
|
|
14
|
+
### Email
|
|
15
|
+
- Email templates & components
|
|
16
|
+
|
|
17
|
+
Stacks documentation can be found at https://stackoverflow.design/
|
|
18
|
+
|
|
19
|
+
## Table of contents
|
|
20
|
+
|
|
21
|
+
- [Using Stacks](#using-stacks)
|
|
22
|
+
- [Building Stacks](#building-stacks)
|
|
23
|
+
- [Bugs and feature requests](#bugs-and-feature-requests)
|
|
24
|
+
- [Contributing](#contributing)
|
|
25
|
+
- [License](#license)
|
|
26
|
+
|
|
27
|
+
## Using Stacks
|
|
28
|
+
Using Stacks is outlined in our [usage guidelines](https://stackoverflow.design/product/guidelines/using-stacks).
|
|
29
|
+
|
|
30
|
+
## Building Stacks
|
|
31
|
+
To contribute to Stacks documentation or its CSS library, you’ll need to build Stacks locally. View our [building guidelines](https://stackoverflow.design/product/guidelines/building).
|
|
32
|
+
|
|
33
|
+
Having trouble getting these steps to work? Open [an issue](https://github.com/StackExchange/Stacks/issues/new) with a `setup` label.
|
|
34
|
+
|
|
35
|
+
## Testing Stacks
|
|
36
|
+
Stacks has implemented visual regression testing with [Backstop](https://github.com/garris/BackstopJS). To test if your new feature introduces visual regressions, run `npm run test` in a new Terminal window while Stacks is running. After the tests have run, a new browser window with any regressions will show. If the regressions are desired, you can run `npm run approve` to establish the new baseline.
|
|
37
|
+
|
|
38
|
+
Individual routes to test are found in [backstop.json](/backstop.json)
|
|
39
|
+
|
|
40
|
+
## Bugs and feature requests
|
|
41
|
+
Have a bug or feature request? First search existing or closed issues to make sure the issue hasn’t been noted yet. If not, review our [issue guidelines](/CONTRIBUTING.md#open-an-issue) for submitting [a bug report](/CONTRIBUTING.md#reporting-bugs) or [feature request](/CONTRIBUTING.md#feature-requests).
|
|
42
|
+
|
|
43
|
+
## Contributing
|
|
44
|
+
If you’d like to contribute to Stacks, please read through our [contribution guidelines](/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
45
|
+
|
|
46
|
+
## License
|
|
47
|
+
Code and documentation copyright 2017-2022 Stack Exchange, Inc and released under the [MIT License](/LICENSE.MD).
|
|
@@ -80,13 +80,17 @@ export declare class PopoverController extends BasePopoverController {
|
|
|
80
80
|
private boundHideOnOutsideClick;
|
|
81
81
|
private boundHideOnEscapePress;
|
|
82
82
|
/**
|
|
83
|
-
* Toggles optional classes in addition to BasePopoverController.shown
|
|
83
|
+
* Toggles optional classes and accessibility attributes in addition to BasePopoverController.shown
|
|
84
84
|
*/
|
|
85
85
|
protected shown(dispatcher?: Element | null): void;
|
|
86
86
|
/**
|
|
87
|
-
* Toggles optional classes in addition to BasePopoverController.hidden
|
|
87
|
+
* Toggles optional classes and accessibility attributes in addition to BasePopoverController.hidden
|
|
88
88
|
*/
|
|
89
89
|
protected hidden(dispatcher?: Element | null): void;
|
|
90
|
+
/**
|
|
91
|
+
* Initializes accessibility attributes in addition to BasePopoverController.connect
|
|
92
|
+
*/
|
|
93
|
+
connect(): void;
|
|
90
94
|
/**
|
|
91
95
|
* Binds global events to the document for hiding popovers on user interaction
|
|
92
96
|
*/
|
|
@@ -110,6 +114,11 @@ export declare class PopoverController extends BasePopoverController {
|
|
|
110
114
|
* @param {boolean=} show - A boolean indicating whether this is being triggered by a show or hide.
|
|
111
115
|
*/
|
|
112
116
|
private toggleOptionalClasses;
|
|
117
|
+
/**
|
|
118
|
+
* Toggles accessibility attributes based on whether the popover is shown or not
|
|
119
|
+
* @param {boolean=} show - A boolean indicating whether this is being triggered by a show or hide.
|
|
120
|
+
*/
|
|
121
|
+
private toggleAccessibilityAttributes;
|
|
113
122
|
}
|
|
114
123
|
/**
|
|
115
124
|
* Helper to manually show an s-popover element via external JS
|
package/dist/css/stacks.css
CHANGED
|
@@ -402,9 +402,8 @@ template {
|
|
|
402
402
|
.s-activity-indicator {
|
|
403
403
|
display: inline-block;
|
|
404
404
|
min-width: var(--su-static12);
|
|
405
|
-
height: var(--su-static12);
|
|
406
|
-
padding
|
|
407
|
-
padding-right: var(--su4);
|
|
405
|
+
min-height: var(--su-static12);
|
|
406
|
+
padding: var(--su2) var(--su4);
|
|
408
407
|
line-height: 1.1;
|
|
409
408
|
background-color: var(--theme-secondary-400);
|
|
410
409
|
box-shadow: 0 0 0 var(--su-static4) var(--focus-ring);
|
|
@@ -11638,6 +11637,9 @@ body {
|
|
|
11638
11637
|
.m128 {
|
|
11639
11638
|
margin: var(--su128) !important;
|
|
11640
11639
|
}
|
|
11640
|
+
.m0 {
|
|
11641
|
+
margin: 0 !important;
|
|
11642
|
+
}
|
|
11641
11643
|
.mn1 {
|
|
11642
11644
|
margin: calc(var(--su1) * -1) !important;
|
|
11643
11645
|
}
|
|
@@ -11716,6 +11718,9 @@ body {
|
|
|
11716
11718
|
.mt128 {
|
|
11717
11719
|
margin-top: var(--su128) !important;
|
|
11718
11720
|
}
|
|
11721
|
+
.mt0 {
|
|
11722
|
+
margin-top: 0 !important;
|
|
11723
|
+
}
|
|
11719
11724
|
.mtn1 {
|
|
11720
11725
|
margin-top: calc(var(--su1) * -1) !important;
|
|
11721
11726
|
}
|
|
@@ -11794,6 +11799,9 @@ body {
|
|
|
11794
11799
|
.mr128 {
|
|
11795
11800
|
margin-right: var(--su128) !important;
|
|
11796
11801
|
}
|
|
11802
|
+
.mr0 {
|
|
11803
|
+
margin-right: 0 !important;
|
|
11804
|
+
}
|
|
11797
11805
|
.mrn1 {
|
|
11798
11806
|
margin-right: calc(var(--su1) * -1) !important;
|
|
11799
11807
|
}
|
|
@@ -11872,6 +11880,9 @@ body {
|
|
|
11872
11880
|
.mb128 {
|
|
11873
11881
|
margin-bottom: var(--su128) !important;
|
|
11874
11882
|
}
|
|
11883
|
+
.mb0 {
|
|
11884
|
+
margin-bottom: 0 !important;
|
|
11885
|
+
}
|
|
11875
11886
|
.mbn1 {
|
|
11876
11887
|
margin-bottom: calc(var(--su1) * -1) !important;
|
|
11877
11888
|
}
|
|
@@ -11950,6 +11961,9 @@ body {
|
|
|
11950
11961
|
.ml128 {
|
|
11951
11962
|
margin-left: var(--su128) !important;
|
|
11952
11963
|
}
|
|
11964
|
+
.ml0 {
|
|
11965
|
+
margin-left: 0 !important;
|
|
11966
|
+
}
|
|
11953
11967
|
.mln1 {
|
|
11954
11968
|
margin-left: calc(var(--su1) * -1) !important;
|
|
11955
11969
|
}
|
|
@@ -12041,6 +12055,58 @@ body {
|
|
|
12041
12055
|
margin-left: var(--su128) !important;
|
|
12042
12056
|
margin-right: var(--su128) !important;
|
|
12043
12057
|
}
|
|
12058
|
+
.mxn1 {
|
|
12059
|
+
margin-left: calc(var(--su1) * -1) !important;
|
|
12060
|
+
margin-right: calc(var(--su1) * -1) !important;
|
|
12061
|
+
}
|
|
12062
|
+
.mxn2 {
|
|
12063
|
+
margin-left: calc(var(--su2) * -1) !important;
|
|
12064
|
+
margin-right: calc(var(--su2) * -1) !important;
|
|
12065
|
+
}
|
|
12066
|
+
.mxn4 {
|
|
12067
|
+
margin-left: calc(var(--su4) * -1) !important;
|
|
12068
|
+
margin-right: calc(var(--su4) * -1) !important;
|
|
12069
|
+
}
|
|
12070
|
+
.mxn6 {
|
|
12071
|
+
margin-left: calc(var(--su6) * -1) !important;
|
|
12072
|
+
margin-right: calc(var(--su6) * -1) !important;
|
|
12073
|
+
}
|
|
12074
|
+
.mxn8 {
|
|
12075
|
+
margin-left: calc(var(--su8) * -1) !important;
|
|
12076
|
+
margin-right: calc(var(--su8) * -1) !important;
|
|
12077
|
+
}
|
|
12078
|
+
.mxn12 {
|
|
12079
|
+
margin-left: calc(var(--su12) * -1) !important;
|
|
12080
|
+
margin-right: calc(var(--su12) * -1) !important;
|
|
12081
|
+
}
|
|
12082
|
+
.mxn16 {
|
|
12083
|
+
margin-left: calc(var(--su16) * -1) !important;
|
|
12084
|
+
margin-right: calc(var(--su16) * -1) !important;
|
|
12085
|
+
}
|
|
12086
|
+
.mxn24 {
|
|
12087
|
+
margin-left: calc(var(--su24) * -1) !important;
|
|
12088
|
+
margin-right: calc(var(--su24) * -1) !important;
|
|
12089
|
+
}
|
|
12090
|
+
.mxn32 {
|
|
12091
|
+
margin-left: calc(var(--su32) * -1) !important;
|
|
12092
|
+
margin-right: calc(var(--su32) * -1) !important;
|
|
12093
|
+
}
|
|
12094
|
+
.mxn48 {
|
|
12095
|
+
margin-left: calc(var(--su48) * -1) !important;
|
|
12096
|
+
margin-right: calc(var(--su48) * -1) !important;
|
|
12097
|
+
}
|
|
12098
|
+
.mxn64 {
|
|
12099
|
+
margin-left: calc(var(--su64) * -1) !important;
|
|
12100
|
+
margin-right: calc(var(--su64) * -1) !important;
|
|
12101
|
+
}
|
|
12102
|
+
.mxn96 {
|
|
12103
|
+
margin-left: calc(var(--su96) * -1) !important;
|
|
12104
|
+
margin-right: calc(var(--su96) * -1) !important;
|
|
12105
|
+
}
|
|
12106
|
+
.mxn128 {
|
|
12107
|
+
margin-left: calc(var(--su128) * -1) !important;
|
|
12108
|
+
margin-right: calc(var(--su128) * -1) !important;
|
|
12109
|
+
}
|
|
12044
12110
|
.my1 {
|
|
12045
12111
|
margin-top: var(--su1) !important;
|
|
12046
12112
|
margin-bottom: var(--su1) !important;
|
|
@@ -12093,6 +12159,58 @@ body {
|
|
|
12093
12159
|
margin-top: var(--su128) !important;
|
|
12094
12160
|
margin-bottom: var(--su128) !important;
|
|
12095
12161
|
}
|
|
12162
|
+
.myn1 {
|
|
12163
|
+
margin-top: calc(var(--su1) * -1) !important;
|
|
12164
|
+
margin-bottom: calc(var(--su1) * -1) !important;
|
|
12165
|
+
}
|
|
12166
|
+
.myn2 {
|
|
12167
|
+
margin-top: calc(var(--su2) * -1) !important;
|
|
12168
|
+
margin-bottom: calc(var(--su2) * -1) !important;
|
|
12169
|
+
}
|
|
12170
|
+
.myn4 {
|
|
12171
|
+
margin-top: calc(var(--su4) * -1) !important;
|
|
12172
|
+
margin-bottom: calc(var(--su4) * -1) !important;
|
|
12173
|
+
}
|
|
12174
|
+
.myn6 {
|
|
12175
|
+
margin-top: calc(var(--su6) * -1) !important;
|
|
12176
|
+
margin-bottom: calc(var(--su6) * -1) !important;
|
|
12177
|
+
}
|
|
12178
|
+
.myn8 {
|
|
12179
|
+
margin-top: calc(var(--su8) * -1) !important;
|
|
12180
|
+
margin-bottom: calc(var(--su8) * -1) !important;
|
|
12181
|
+
}
|
|
12182
|
+
.myn12 {
|
|
12183
|
+
margin-top: calc(var(--su12) * -1) !important;
|
|
12184
|
+
margin-bottom: calc(var(--su12) * -1) !important;
|
|
12185
|
+
}
|
|
12186
|
+
.myn16 {
|
|
12187
|
+
margin-top: calc(var(--su16) * -1) !important;
|
|
12188
|
+
margin-bottom: calc(var(--su16) * -1) !important;
|
|
12189
|
+
}
|
|
12190
|
+
.myn24 {
|
|
12191
|
+
margin-top: calc(var(--su24) * -1) !important;
|
|
12192
|
+
margin-bottom: calc(var(--su24) * -1) !important;
|
|
12193
|
+
}
|
|
12194
|
+
.myn32 {
|
|
12195
|
+
margin-top: calc(var(--su32) * -1) !important;
|
|
12196
|
+
margin-bottom: calc(var(--su32) * -1) !important;
|
|
12197
|
+
}
|
|
12198
|
+
.myn48 {
|
|
12199
|
+
margin-top: calc(var(--su48) * -1) !important;
|
|
12200
|
+
margin-bottom: calc(var(--su48) * -1) !important;
|
|
12201
|
+
}
|
|
12202
|
+
.myn64 {
|
|
12203
|
+
margin-top: calc(var(--su64) * -1) !important;
|
|
12204
|
+
margin-bottom: calc(var(--su64) * -1) !important;
|
|
12205
|
+
}
|
|
12206
|
+
.myn96 {
|
|
12207
|
+
margin-top: calc(var(--su96) * -1) !important;
|
|
12208
|
+
margin-bottom: calc(var(--su96) * -1) !important;
|
|
12209
|
+
}
|
|
12210
|
+
.myn128 {
|
|
12211
|
+
margin-top: calc(var(--su128) * -1) !important;
|
|
12212
|
+
margin-bottom: calc(var(--su128) * -1) !important;
|
|
12213
|
+
}
|
|
12096
12214
|
.p0 {
|
|
12097
12215
|
padding: 0 !important;
|
|
12098
12216
|
}
|
|
@@ -12155,6 +12273,9 @@ body {
|
|
|
12155
12273
|
.p128 {
|
|
12156
12274
|
padding: var(--su128) !important;
|
|
12157
12275
|
}
|
|
12276
|
+
.p0 {
|
|
12277
|
+
padding: 0 !important;
|
|
12278
|
+
}
|
|
12158
12279
|
.pt1 {
|
|
12159
12280
|
padding-top: var(--su1) !important;
|
|
12160
12281
|
}
|
|
@@ -12194,6 +12315,9 @@ body {
|
|
|
12194
12315
|
.pt128 {
|
|
12195
12316
|
padding-top: var(--su128) !important;
|
|
12196
12317
|
}
|
|
12318
|
+
.pt0 {
|
|
12319
|
+
padding-top: 0 !important;
|
|
12320
|
+
}
|
|
12197
12321
|
.pr1 {
|
|
12198
12322
|
padding-right: var(--su1) !important;
|
|
12199
12323
|
}
|
|
@@ -12272,6 +12396,9 @@ body {
|
|
|
12272
12396
|
.pb128 {
|
|
12273
12397
|
padding-bottom: var(--su128) !important;
|
|
12274
12398
|
}
|
|
12399
|
+
.pr0 {
|
|
12400
|
+
padding-right: 0 !important;
|
|
12401
|
+
}
|
|
12275
12402
|
.pl1 {
|
|
12276
12403
|
padding-left: var(--su1) !important;
|
|
12277
12404
|
}
|
|
@@ -12311,6 +12438,9 @@ body {
|
|
|
12311
12438
|
.pl128 {
|
|
12312
12439
|
padding-left: var(--su128) !important;
|
|
12313
12440
|
}
|
|
12441
|
+
.pl0 {
|
|
12442
|
+
padding-left: 0 !important;
|
|
12443
|
+
}
|
|
12314
12444
|
.px1 {
|
|
12315
12445
|
padding-left: var(--su1) !important;
|
|
12316
12446
|
padding-right: var(--su1) !important;
|
|
@@ -14797,6 +14927,9 @@ ol {
|
|
|
14797
14927
|
.lg\:m128 {
|
|
14798
14928
|
margin: var(--su128) !important;
|
|
14799
14929
|
}
|
|
14930
|
+
.lg\:m0 {
|
|
14931
|
+
margin: 0 !important;
|
|
14932
|
+
}
|
|
14800
14933
|
.lg\:mn1 {
|
|
14801
14934
|
margin: calc(var(--su1) * -1) !important;
|
|
14802
14935
|
}
|
|
@@ -14875,6 +15008,9 @@ ol {
|
|
|
14875
15008
|
.lg\:mt128 {
|
|
14876
15009
|
margin-top: var(--su128) !important;
|
|
14877
15010
|
}
|
|
15011
|
+
.lg\:mt0 {
|
|
15012
|
+
margin-top: 0 !important;
|
|
15013
|
+
}
|
|
14878
15014
|
.lg\:mtn1 {
|
|
14879
15015
|
margin-top: calc(var(--su1) * -1) !important;
|
|
14880
15016
|
}
|
|
@@ -14953,6 +15089,9 @@ ol {
|
|
|
14953
15089
|
.lg\:mr128 {
|
|
14954
15090
|
margin-right: var(--su128) !important;
|
|
14955
15091
|
}
|
|
15092
|
+
.lg\:mr0 {
|
|
15093
|
+
margin-right: 0 !important;
|
|
15094
|
+
}
|
|
14956
15095
|
.lg\:mrn1 {
|
|
14957
15096
|
margin-right: calc(var(--su1) * -1) !important;
|
|
14958
15097
|
}
|
|
@@ -15031,6 +15170,9 @@ ol {
|
|
|
15031
15170
|
.lg\:mb128 {
|
|
15032
15171
|
margin-bottom: var(--su128) !important;
|
|
15033
15172
|
}
|
|
15173
|
+
.lg\:mb0 {
|
|
15174
|
+
margin-bottom: 0 !important;
|
|
15175
|
+
}
|
|
15034
15176
|
.lg\:mbn1 {
|
|
15035
15177
|
margin-bottom: calc(var(--su1) * -1) !important;
|
|
15036
15178
|
}
|
|
@@ -15109,6 +15251,9 @@ ol {
|
|
|
15109
15251
|
.lg\:ml128 {
|
|
15110
15252
|
margin-left: var(--su128) !important;
|
|
15111
15253
|
}
|
|
15254
|
+
.lg\:ml0 {
|
|
15255
|
+
margin-left: 0 !important;
|
|
15256
|
+
}
|
|
15112
15257
|
.lg\:mln1 {
|
|
15113
15258
|
margin-left: calc(var(--su1) * -1) !important;
|
|
15114
15259
|
}
|
|
@@ -15187,6 +15332,9 @@ ol {
|
|
|
15187
15332
|
.lg\:p128 {
|
|
15188
15333
|
padding: var(--su128) !important;
|
|
15189
15334
|
}
|
|
15335
|
+
.lg\:p0 {
|
|
15336
|
+
padding: 0 !important;
|
|
15337
|
+
}
|
|
15190
15338
|
.lg\:pt1 {
|
|
15191
15339
|
padding-top: var(--su1) !important;
|
|
15192
15340
|
}
|
|
@@ -15226,6 +15374,9 @@ ol {
|
|
|
15226
15374
|
.lg\:pt128 {
|
|
15227
15375
|
padding-top: var(--su128) !important;
|
|
15228
15376
|
}
|
|
15377
|
+
.lg\:pt0 {
|
|
15378
|
+
padding-top: 0 !important;
|
|
15379
|
+
}
|
|
15229
15380
|
.lg\:pr1 {
|
|
15230
15381
|
padding-right: var(--su1) !important;
|
|
15231
15382
|
}
|
|
@@ -15304,6 +15455,9 @@ ol {
|
|
|
15304
15455
|
.lg\:pb128 {
|
|
15305
15456
|
padding-bottom: var(--su128) !important;
|
|
15306
15457
|
}
|
|
15458
|
+
.lg\:pr0 {
|
|
15459
|
+
padding-right: 0 !important;
|
|
15460
|
+
}
|
|
15307
15461
|
.lg\:pl1 {
|
|
15308
15462
|
padding-left: var(--su1) !important;
|
|
15309
15463
|
}
|
|
@@ -15343,6 +15497,9 @@ ol {
|
|
|
15343
15497
|
.lg\:pl128 {
|
|
15344
15498
|
padding-left: var(--su128) !important;
|
|
15345
15499
|
}
|
|
15500
|
+
.lg\:pl0 {
|
|
15501
|
+
padding-left: 0 !important;
|
|
15502
|
+
}
|
|
15346
15503
|
.lg\:t1 {
|
|
15347
15504
|
top: var(--su1) !important;
|
|
15348
15505
|
}
|
|
@@ -16340,6 +16497,9 @@ ol {
|
|
|
16340
16497
|
.md\:m128 {
|
|
16341
16498
|
margin: var(--su128) !important;
|
|
16342
16499
|
}
|
|
16500
|
+
.md\:m0 {
|
|
16501
|
+
margin: 0 !important;
|
|
16502
|
+
}
|
|
16343
16503
|
.md\:mn1 {
|
|
16344
16504
|
margin: calc(var(--su1) * -1) !important;
|
|
16345
16505
|
}
|
|
@@ -16418,6 +16578,9 @@ ol {
|
|
|
16418
16578
|
.md\:mt128 {
|
|
16419
16579
|
margin-top: var(--su128) !important;
|
|
16420
16580
|
}
|
|
16581
|
+
.md\:mt0 {
|
|
16582
|
+
margin-top: 0 !important;
|
|
16583
|
+
}
|
|
16421
16584
|
.md\:mtn1 {
|
|
16422
16585
|
margin-top: calc(var(--su1) * -1) !important;
|
|
16423
16586
|
}
|
|
@@ -16496,6 +16659,9 @@ ol {
|
|
|
16496
16659
|
.md\:mr128 {
|
|
16497
16660
|
margin-right: var(--su128) !important;
|
|
16498
16661
|
}
|
|
16662
|
+
.md\:mr0 {
|
|
16663
|
+
margin-right: 0 !important;
|
|
16664
|
+
}
|
|
16499
16665
|
.md\:mrn1 {
|
|
16500
16666
|
margin-right: calc(var(--su1) * -1) !important;
|
|
16501
16667
|
}
|
|
@@ -16574,6 +16740,9 @@ ol {
|
|
|
16574
16740
|
.md\:mb128 {
|
|
16575
16741
|
margin-bottom: var(--su128) !important;
|
|
16576
16742
|
}
|
|
16743
|
+
.md\:mb0 {
|
|
16744
|
+
margin-bottom: 0 !important;
|
|
16745
|
+
}
|
|
16577
16746
|
.md\:mbn1 {
|
|
16578
16747
|
margin-bottom: calc(var(--su1) * -1) !important;
|
|
16579
16748
|
}
|
|
@@ -16652,6 +16821,9 @@ ol {
|
|
|
16652
16821
|
.md\:ml128 {
|
|
16653
16822
|
margin-left: var(--su128) !important;
|
|
16654
16823
|
}
|
|
16824
|
+
.md\:ml0 {
|
|
16825
|
+
margin-left: 0 !important;
|
|
16826
|
+
}
|
|
16655
16827
|
.md\:mln1 {
|
|
16656
16828
|
margin-left: calc(var(--su1) * -1) !important;
|
|
16657
16829
|
}
|
|
@@ -16730,6 +16902,9 @@ ol {
|
|
|
16730
16902
|
.md\:p128 {
|
|
16731
16903
|
padding: var(--su128) !important;
|
|
16732
16904
|
}
|
|
16905
|
+
.md\:p0 {
|
|
16906
|
+
padding: 0 !important;
|
|
16907
|
+
}
|
|
16733
16908
|
.md\:pt1 {
|
|
16734
16909
|
padding-top: var(--su1) !important;
|
|
16735
16910
|
}
|
|
@@ -16769,6 +16944,9 @@ ol {
|
|
|
16769
16944
|
.md\:pt128 {
|
|
16770
16945
|
padding-top: var(--su128) !important;
|
|
16771
16946
|
}
|
|
16947
|
+
.md\:pt0 {
|
|
16948
|
+
padding-top: 0 !important;
|
|
16949
|
+
}
|
|
16772
16950
|
.md\:pr1 {
|
|
16773
16951
|
padding-right: var(--su1) !important;
|
|
16774
16952
|
}
|
|
@@ -16847,6 +17025,9 @@ ol {
|
|
|
16847
17025
|
.md\:pb128 {
|
|
16848
17026
|
padding-bottom: var(--su128) !important;
|
|
16849
17027
|
}
|
|
17028
|
+
.md\:pr0 {
|
|
17029
|
+
padding-right: 0 !important;
|
|
17030
|
+
}
|
|
16850
17031
|
.md\:pl1 {
|
|
16851
17032
|
padding-left: var(--su1) !important;
|
|
16852
17033
|
}
|
|
@@ -16886,6 +17067,9 @@ ol {
|
|
|
16886
17067
|
.md\:pl128 {
|
|
16887
17068
|
padding-left: var(--su128) !important;
|
|
16888
17069
|
}
|
|
17070
|
+
.md\:pl0 {
|
|
17071
|
+
padding-left: 0 !important;
|
|
17072
|
+
}
|
|
16889
17073
|
.md\:t1 {
|
|
16890
17074
|
top: var(--su1) !important;
|
|
16891
17075
|
}
|
|
@@ -17883,6 +18067,9 @@ ol {
|
|
|
17883
18067
|
.sm\:m128 {
|
|
17884
18068
|
margin: var(--su128) !important;
|
|
17885
18069
|
}
|
|
18070
|
+
.sm\:m0 {
|
|
18071
|
+
margin: 0 !important;
|
|
18072
|
+
}
|
|
17886
18073
|
.sm\:mn1 {
|
|
17887
18074
|
margin: calc(var(--su1) * -1) !important;
|
|
17888
18075
|
}
|
|
@@ -17961,6 +18148,9 @@ ol {
|
|
|
17961
18148
|
.sm\:mt128 {
|
|
17962
18149
|
margin-top: var(--su128) !important;
|
|
17963
18150
|
}
|
|
18151
|
+
.sm\:mt0 {
|
|
18152
|
+
margin-top: 0 !important;
|
|
18153
|
+
}
|
|
17964
18154
|
.sm\:mtn1 {
|
|
17965
18155
|
margin-top: calc(var(--su1) * -1) !important;
|
|
17966
18156
|
}
|
|
@@ -18039,6 +18229,9 @@ ol {
|
|
|
18039
18229
|
.sm\:mr128 {
|
|
18040
18230
|
margin-right: var(--su128) !important;
|
|
18041
18231
|
}
|
|
18232
|
+
.sm\:mr0 {
|
|
18233
|
+
margin-right: 0 !important;
|
|
18234
|
+
}
|
|
18042
18235
|
.sm\:mrn1 {
|
|
18043
18236
|
margin-right: calc(var(--su1) * -1) !important;
|
|
18044
18237
|
}
|
|
@@ -18117,6 +18310,9 @@ ol {
|
|
|
18117
18310
|
.sm\:mb128 {
|
|
18118
18311
|
margin-bottom: var(--su128) !important;
|
|
18119
18312
|
}
|
|
18313
|
+
.sm\:mb0 {
|
|
18314
|
+
margin-bottom: 0 !important;
|
|
18315
|
+
}
|
|
18120
18316
|
.sm\:mbn1 {
|
|
18121
18317
|
margin-bottom: calc(var(--su1) * -1) !important;
|
|
18122
18318
|
}
|
|
@@ -18195,6 +18391,9 @@ ol {
|
|
|
18195
18391
|
.sm\:ml128 {
|
|
18196
18392
|
margin-left: var(--su128) !important;
|
|
18197
18393
|
}
|
|
18394
|
+
.sm\:ml0 {
|
|
18395
|
+
margin-left: 0 !important;
|
|
18396
|
+
}
|
|
18198
18397
|
.sm\:mln1 {
|
|
18199
18398
|
margin-left: calc(var(--su1) * -1) !important;
|
|
18200
18399
|
}
|
|
@@ -18273,6 +18472,9 @@ ol {
|
|
|
18273
18472
|
.sm\:p128 {
|
|
18274
18473
|
padding: var(--su128) !important;
|
|
18275
18474
|
}
|
|
18475
|
+
.sm\:p0 {
|
|
18476
|
+
padding: 0 !important;
|
|
18477
|
+
}
|
|
18276
18478
|
.sm\:pt1 {
|
|
18277
18479
|
padding-top: var(--su1) !important;
|
|
18278
18480
|
}
|
|
@@ -18312,6 +18514,9 @@ ol {
|
|
|
18312
18514
|
.sm\:pt128 {
|
|
18313
18515
|
padding-top: var(--su128) !important;
|
|
18314
18516
|
}
|
|
18517
|
+
.sm\:pt0 {
|
|
18518
|
+
padding-top: 0 !important;
|
|
18519
|
+
}
|
|
18315
18520
|
.sm\:pr1 {
|
|
18316
18521
|
padding-right: var(--su1) !important;
|
|
18317
18522
|
}
|
|
@@ -18390,6 +18595,9 @@ ol {
|
|
|
18390
18595
|
.sm\:pb128 {
|
|
18391
18596
|
padding-bottom: var(--su128) !important;
|
|
18392
18597
|
}
|
|
18598
|
+
.sm\:pr0 {
|
|
18599
|
+
padding-right: 0 !important;
|
|
18600
|
+
}
|
|
18393
18601
|
.sm\:pl1 {
|
|
18394
18602
|
padding-left: var(--su1) !important;
|
|
18395
18603
|
}
|
|
@@ -18429,6 +18637,9 @@ ol {
|
|
|
18429
18637
|
.sm\:pl128 {
|
|
18430
18638
|
padding-left: var(--su128) !important;
|
|
18431
18639
|
}
|
|
18640
|
+
.sm\:pl0 {
|
|
18641
|
+
padding-left: 0 !important;
|
|
18642
|
+
}
|
|
18432
18643
|
.sm\:t1 {
|
|
18433
18644
|
top: var(--su1) !important;
|
|
18434
18645
|
}
|