@idds/styles 1.2.9 → 1.2.10

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": "@idds/styles",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -495,3 +495,12 @@
495
495
  border: 1px solid currentColor;
496
496
  }
497
497
  }
498
+ .ina-modal-confirmation {
499
+ width: 80vw;
500
+ max-width: 400px;
501
+ }
502
+ @media (min-width: 768px) {
503
+ .ina-modal-confirmation {
504
+ width: 560px;
505
+ }
506
+ }