@ieeesa-npm/shared-styles 0.3.9 → 0.4.1
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 +1 -1
- package/styles/theme.scss +15 -0
- package/styles/variables.scss +2 -0
package/package.json
CHANGED
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
|
+
}
|
package/styles/variables.scss
CHANGED
|
@@ -137,6 +137,8 @@ $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
|
|
|
137
137
|
0px 1px 1px 0px rgba(0, 0, 0, 0.3);
|
|
138
138
|
$ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
|
|
139
139
|
$ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
|
|
140
|
+
$ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
|
|
141
|
+
0px 4px 24px 0px rgba(0, 0, 0, 0.5);
|
|
140
142
|
// Angular Material mat-button styles
|
|
141
143
|
$ieeesa-primary-btn-active: #00629b;
|
|
142
144
|
$ieeesa-primary-btn-hover: #003e65;
|