File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $mat-badge-large-size: $mat-badge-default-size + 6;
73
73
74
74
& .mat-badge-after {
75
75
margin-right : $size / 2 ;
76
-
76
+
77
77
& [dir = ' rtl' ] {
78
78
margin-right : 0 ;
79
79
margin-left : $size ;
@@ -90,20 +90,20 @@ $mat-badge-large-size: $mat-badge-default-size + 6;
90
90
$accent : map-get ($theme , accent );
91
91
$warn : map-get ($theme , warn );
92
92
$primary : map-get ($theme , primary );
93
-
93
+
94
94
.mat-badge-content {
95
95
color : mat-color ($primary , default-contrast );
96
96
background : mat-color ($primary );
97
97
}
98
98
99
- & .mat-badge-accent {
99
+ .mat-badge-accent {
100
100
.mat-badge-content {
101
101
background : mat-color ($accent );
102
102
color : mat-color ($accent , default-contrast );
103
103
}
104
104
}
105
105
106
- & .mat-badge-warn {
106
+ .mat-badge-warn {
107
107
.mat-badge-content {
108
108
color : mat-color ($warn , default-contrast );
109
109
background : mat-color ($warn );
You can’t perform that action at this time.
0 commit comments