@oslokommune/punkt-css 12.40.0 → 12.40.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/CHANGELOG.md +18 -0
- package/dist/css/components/card.css +1 -0
- package/dist/css/components/card.min.css +1 -1
- package/dist/css/pkt-components.css +1 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +1 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +1 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_card.scss +1 -0
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -20062,6 +20062,7 @@ pkt-card {
|
|
|
20062
20062
|
}
|
|
20063
20063
|
.pkt-card .pkt-card__wrapper .pkt-card__link:focus-visible::before {
|
|
20064
20064
|
box-shadow: 0px 0px 0px 4px var(--pkt-color-brand-purple-1000);
|
|
20065
|
+
outline-color: var(--pkt-color-brand-warm-blue-1000);
|
|
20065
20066
|
}
|
|
20066
20067
|
.pkt-card.pkt-card--padding-none {
|
|
20067
20068
|
outline: none;
|