@ilo-org/styles 0.14.1 → 0.14.2
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/build/css/components/index.css +84 -82
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +1 -1
- package/build/css/index.css +84 -82
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +84 -82
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +1 -1
- package/scss/components/_tableofcontents.scss +2 -0
package/package.json
CHANGED
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
margin: 0;
|
|
154
154
|
outline: none;
|
|
155
155
|
padding: spacing(4) spacing(4) spacing(4);
|
|
156
|
+
padding-inline-end: spacing(12);
|
|
156
157
|
width: 100%;
|
|
157
158
|
@include dataurlicon("stemarrow", $color-ux-labels-hover);
|
|
158
159
|
@include globaltransition("background-color, border, color");
|
|
@@ -168,6 +169,7 @@
|
|
|
168
169
|
margin: -2px 0 0 0;
|
|
169
170
|
outline: none;
|
|
170
171
|
padding: spacing(4) spacing(4) spacing(4);
|
|
172
|
+
padding-inline-end: spacing(12);
|
|
171
173
|
width: 100%;
|
|
172
174
|
@include dataurlicon(
|
|
173
175
|
"stemarrow",
|