@ilo-org/styles 1.10.1 → 1.10.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/css/components/linklist.css +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/_linklist.scss +2 -2
- package/scss/components/_tableofcontents.scss +2 -1
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
&--headline {
|
|
19
19
|
font-family: var(--ilo-fonts-display);
|
|
20
20
|
font-weight: map-get($type, "weights", "label");
|
|
21
|
-
@include typography("
|
|
21
|
+
@include typography("heading-4");
|
|
22
22
|
@include textmargin("margin-bottom", 27px, "headline-6", "display", 0, 0);
|
|
23
23
|
@include textmargin(
|
|
24
24
|
"margin-top",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
color: map-get($color, "link", "text", "default");
|
|
91
91
|
font-family: var(--ilo-fonts-display);
|
|
92
92
|
font-weight: map-get($type, "weights", "section");
|
|
93
|
-
@include typography("highlight-medium
|
|
93
|
+
@include typography("highlight-medium");
|
|
94
94
|
padding-top: spacing(4);
|
|
95
95
|
padding-bottom: spacing(4);
|
|
96
96
|
text-decoration: none;
|
|
@@ -125,7 +125,8 @@
|
|
|
125
125
|
display: block;
|
|
126
126
|
font-family: var(--ilo-fonts-display);
|
|
127
127
|
font-weight: 500;
|
|
128
|
-
padding: spacing(4)
|
|
128
|
+
padding-block: spacing(4);
|
|
129
|
+
padding-inline: spacing(4) spacing(12);
|
|
129
130
|
text-decoration: none;
|
|
130
131
|
@include dataurlicon("arrow_down", $color-ux-labels-actionable);
|
|
131
132
|
@include typography("highlight-medium");
|