We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe4d38 commit 9f18555Copy full SHA for 9f18555
src/SIL.XForge.Scripture/ClientApp/src/styles.scss
@@ -1,5 +1,6 @@
1
@use 'sass:map';
2
@use 'variables';
3
+@use '@angular/material' as mat;
4
5
// This creates css variables for common breakpoints (needed when using MediaBreakpointService with BreakpointObserver)
6
@use 'src/xforge-common/media-breakpoints/css-vars';
@@ -63,8 +64,12 @@ as-split.is-disabled > .as-split-gutter .as-split-gutter-icon {
63
64
padding-top: 5px !important;
65
}
66
-.mdc-snackbar.snackbar-error > div {
67
- background-color: #{variables.$errorColor};
+.snackbar-error {
68
+ @include mat.snack-bar-overrides(
69
+ (
70
+ container-color: variables.$errorColor
71
+ )
72
+ );
73
74
75
.mdc-button.mat-mdc-unelevated-button,
0 commit comments