@oslokommune/punkt-css 12.34.2 → 12.34.4

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/dist/css/pkt.css CHANGED
@@ -20436,14 +20436,16 @@ pkt-input-wrapper {
20436
20436
  align-items: flex-end;
20437
20437
  gap: 0.5rem;
20438
20438
  color: var(--pkt-color-text-body-default);
20439
+ }
20440
+ .pkt-inputwrapper__label:empty {
20441
+ display: none;
20442
+ }
20443
+ .pkt-inputwrapper__label, .pkt-inputwrapper__legend {
20439
20444
  letter-spacing: -0.2px;
20440
20445
  font-weight: 500;
20441
20446
  font-size: 1.125rem;
20442
20447
  line-height: 1.75rem;
20443
20448
  }
20444
- .pkt-inputwrapper__label:empty {
20445
- display: none;
20446
- }
20447
20449
  .pkt-inputwrapper__helptext-container {
20448
20450
  display: flex;
20449
20451
  flex-direction: column;
@@ -21843,6 +21845,11 @@ pkt-tag > .pkt-tag {
21843
21845
  font-size: 0.875rem;
21844
21846
  line-height: 1.875rem;
21845
21847
  }
21848
+ .pkt-tag p {
21849
+ margin: 0;
21850
+ padding: 0;
21851
+ line-height: inherit;
21852
+ }
21846
21853
  .pkt-tag.pkt-btn:hover, .pkt-tag.pkt-tag--hover {
21847
21854
  background-color: var(--pkt-color-surface-strong-blue);
21848
21855
  color: var(--pkt-color-tag-text-hover);