@ieeesa-npm/shared-styles 0.3.9 → 0.4.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles/theme.scss +15 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.3.9",
3
+ "version": "0.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
package/styles/theme.scss CHANGED
@@ -187,3 +187,18 @@
187
187
  $ieeesa-letter-space-point-5
188
188
  );
189
189
  }
190
+ .ieeesa-cancel-modal-confirm-dialog {
191
+ width: 25vw !important;
192
+ .ieeesa-confirmation {
193
+ padding: 1.5em 1.5em 1em 1.5em;
194
+ .mat-mdc-dialog-content {
195
+ text-align: center;
196
+ padding: 0 0 1em 0 !important;
197
+ }
198
+ }
199
+ }
200
+ @media (max-width: 768px) {
201
+ .ieeesa-cancel-modal-confirm-dialog {
202
+ width: 90vw !important;
203
+ }
204
+ }