File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ export class AccountComponent extends AppComponentBase implements OnInit {
3131 }
3232
3333 ngOnInit ( ) : void {
34- $ ( 'body' ) . attr ( 'class' , 'login-page' ) ;
34+ $ ( 'body' ) . addClass ( 'login-page' ) ;
3535 }
3636}
Original file line number Diff line number Diff line change 77@light-blue : #03A9F4 ;
88@cyan : #00BCD4 ;
99@teal : #009688 ;
10- @indigo : #3F51B5 ;
1110@green : #4CAF50 ;
1211@light-green : #8BC34A ;
1312@lime : #CDDC39 ;
8281 .mat-flat-button.mat-primary :not ([disabled ]),
8382 .mat-mini-fab.mat-primary :not ([disabled ]),
8483 .mat-raised-button.mat-primary :not ([disabled ]) {
85- background-color : @color ;
84+ background-color : @color !important ;
8685 }
8786 .mat-form-field-invalid .mat-input-element ,
8887 .mat-warn .mat-input-element {
137136 .make-theme (@teal )
138137}
139138
140- .theme-indigo {
141- .make-theme (@indigo )
142- }
143-
144139.theme-green {
145140 .make-theme (@green )
146141}
You can’t perform that action at this time.
0 commit comments