@messaia/cdk 17.1.0-rc22 → 17.1.0-rc23
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.
|
@@ -232,30 +232,51 @@
|
|
|
232
232
|
.mdc-snackbar__surface {
|
|
233
233
|
background-color: mat-color($warn);
|
|
234
234
|
white-space: pre-line;
|
|
235
|
-
}
|
|
236
235
|
|
|
237
|
-
|
|
238
|
-
|
|
236
|
+
.mat-mdc-simple-snackbar-action {
|
|
237
|
+
color: white;
|
|
238
|
+
}
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
&.warn {
|
|
243
243
|
.mdc-snackbar__surface {
|
|
244
244
|
background-color: $accent-color;
|
|
245
|
-
}
|
|
246
245
|
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
.mat-mdc-simple-snackbar-action {
|
|
247
|
+
color: white;
|
|
248
|
+
}
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
&.primary {
|
|
253
253
|
.mdc-snackbar__surface {
|
|
254
254
|
background-color: mat-color($primary);
|
|
255
|
+
|
|
256
|
+
.mat-mdc-simple-snackbar-action {
|
|
257
|
+
color: white;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.mat-mdc-button {
|
|
263
|
+
&.mat-mdc-snack-bar-action:not(:disabled) {
|
|
264
|
+
color: white !important;
|
|
255
265
|
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
256
268
|
|
|
257
|
-
|
|
258
|
-
|
|
269
|
+
.dark-mode {
|
|
270
|
+
mat-snack-bar-container {
|
|
271
|
+
|
|
272
|
+
&.error,
|
|
273
|
+
&.warn,
|
|
274
|
+
&.primary {
|
|
275
|
+
.mdc-snackbar__surface {
|
|
276
|
+
.mat-mdc-snack-bar-label {
|
|
277
|
+
color: white;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
259
280
|
}
|
|
260
281
|
}
|
|
261
282
|
}
|