@miljodirektoratet/md-css 6.22.1 → 6.22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miljodirektoratet/md-css",
3
- "version": "6.22.1",
3
+ "version": "6.22.2",
4
4
  "description": "CSS for Miljødirektoratet",
5
5
  "author": "Miljødirektoratet",
6
6
  "main": "./src/index.css",
@@ -214,7 +214,7 @@
214
214
  background-color: var(--md-color-attention-error-primary-active);
215
215
  }
216
216
 
217
- /* Danger secondary */
217
+ /* DANGER SECONDARY */
218
218
  .md-button--danger-secondary {
219
219
  background-color: var(--md-color-attention-error-secondary);
220
220
  border: var(--md-size-2) solid var(--md-color-attention-error-primary);
@@ -263,7 +263,7 @@
263
263
  color: var(--md-color-text-disabled);
264
264
  }
265
265
 
266
- /* Danger tertiary */
266
+ /* DANGER TERTIARY */
267
267
  .md-button--danger-tertiary {
268
268
  background-color: transparent;
269
269
  border: none;