@klodd/ds 4.0.0 → 4.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/css/utilities.css +8 -0
- package/package.json +1 -1
package/css/utilities.css
CHANGED
|
@@ -140,6 +140,14 @@
|
|
|
140
140
|
color: var(--text-disabled);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
+
/* SVG-ikoner i text-flow behover subtil baseline-shift sa de inte
|
|
144
|
+
hangr ovanfor x-height. Sprint 50 (CSP A+) raderade inline
|
|
145
|
+
style="vertical-align: -2px"; denna utility replikerar effekten
|
|
146
|
+
utan style-attribute. Lyft fran Ekonom v4.1.0 (Sprint 4 cleanup). */
|
|
147
|
+
.icon-baseline {
|
|
148
|
+
vertical-align: -2px;
|
|
149
|
+
}
|
|
150
|
+
|
|
143
151
|
/* Pre-formatted code/text. Sunken bakgrund, monospace, pre-wrap
|
|
144
152
|
for line-break-preservering med word-wrap pa lang text. */
|
|
145
153
|
.code-block {
|