1 | @import '../common/styles/theme-functions';
|
2 |
|
3 | @mixin td-loading-theme($theme) {
|
4 | $background: map-get($theme, background);
|
5 |
|
6 | .td-loading-wrapper {
|
7 | &.td-overlay .td-loading {
|
8 | background: rgba(mat-color($background, dialog), 0.8);
|
9 | }
|
10 | }
|
11 | }
|