@oslokommune/punkt-css 16.18.0 → 16.26.3

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.
@@ -318,12 +318,6 @@ pkt-alert {
318
318
  grid-row: 1/2;
319
319
  grid-column: 2/3;
320
320
  }
321
- @media (max-width: 768px) {
322
- .pkt-alert__noTitle .pkt-alert__text {
323
- grid-row: 2/3;
324
- grid-column: 1/-1;
325
- }
326
- }
327
321
 
328
322
  .pkt-alert {
329
323
  border-left: 0.25rem solid var(--pkt-color-alert-bc);
@@ -3851,7 +3845,7 @@ pkt-input-wrapper {
3851
3845
  .pkt-inputwrapper__label {
3852
3846
  display: flex;
3853
3847
  flex-direction: row;
3854
- align-items: flex-end;
3848
+ align-items: center;
3855
3849
  gap: 0.5rem;
3856
3850
  color: var(--pkt-color-text-body-default);
3857
3851
  }
@@ -5948,7 +5942,7 @@ pkt-select {
5948
5942
  padding-right: 3rem;
5949
5943
  }
5950
5944
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5951
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/chevron-thin-down.svg);
5945
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/chevron-thin-down.svg);
5952
5946
  background-image: var(--svg);
5953
5947
  background-repeat: no-repeat;
5954
5948
  background-position: right 0.7rem top 50%;