@oslokommune/punkt-css 11.16.5 → 11.16.6
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/CHANGELOG.md +17 -0
- package/dist/css/pkt-base.css +1 -0
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt.css +1 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_typography.scss +1 -0
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -13574,6 +13574,7 @@ a:active, a.pkt-link--active,
|
|
|
13574
13574
|
background-size: 18px 18px;
|
|
13575
13575
|
width: 1.125rem;
|
|
13576
13576
|
height: 1.125rem;
|
|
13577
|
+
vertical-align: middle;
|
|
13577
13578
|
}
|
|
13578
13579
|
.pkt-link--external:hover::after {
|
|
13579
13580
|
filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
|