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 {
31
31
}
32
32
33
33
ngOnInit ( ) : void {
34
- $ ( 'body' ) . attr ( 'class' , 'login-page' ) ;
34
+ $ ( 'body' ) . addClass ( 'login-page' ) ;
35
35
}
36
36
}
Original file line number Diff line number Diff line change 7
7
@light-blue : #03A9F4 ;
8
8
@cyan : #00BCD4 ;
9
9
@teal : #009688 ;
10
- @indigo : #3F51B5 ;
11
10
@green : #4CAF50 ;
12
11
@light-green : #8BC34A ;
13
12
@lime : #CDDC39 ;
82
81
.mat-flat-button.mat-primary :not ([disabled ]),
83
82
.mat-mini-fab.mat-primary :not ([disabled ]),
84
83
.mat-raised-button.mat-primary :not ([disabled ]) {
85
- background-color : @color ;
84
+ background-color : @color !important ;
86
85
}
87
86
.mat-form-field-invalid .mat-input-element ,
88
87
.mat-warn .mat-input-element {
137
136
.make-theme (@teal )
138
137
}
139
138
140
- .theme-indigo {
141
- .make-theme (@indigo )
142
- }
143
-
144
139
.theme-green {
145
140
.make-theme (@green )
146
141
}
You can’t perform that action at this time.
0 commit comments