@oslokommune/punkt-css 0.21.5 → 0.21.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/dist/css/pkt.css CHANGED
@@ -279,6 +279,7 @@ textarea {
279
279
  --color-green-light: #c7f6c9;
280
280
  --color-green-dark: #034b45;
281
281
  --color-red: #ff8274;
282
+ --color-red-light: #ffb4ac;
282
283
  --color-yellow: #f9c66b;
283
284
  --color-beige-light: #f8f0dd;
284
285
  --color-beige-dark: #d0bfae;
@@ -377,6 +378,14 @@ textarea {
377
378
  color: #ff8274 !important;
378
379
  }
379
380
 
381
+ .bg-color-red-light {
382
+ background-color: #ffb4ac !important;
383
+ }
384
+
385
+ .txt-color-red-light {
386
+ color: #ffb4ac !important;
387
+ }
388
+
380
389
  .bg-color-yellow {
381
390
  background-color: #f9c66b !important;
382
391
  }