Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 9cfdd2b

Browse files
added extra line to spec for lint
1 parent 7a2c708 commit 9cfdd2b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ describe('AppComponent', () => {
3333
it('should create', () => {
3434
expect(component).toBeTruthy();
3535
});
36-
});
36+
});

src/styles.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
@import "~@angular/material/theming";
22
@include mat-core();
3-
43
// Define the theme.
54
$primary: mat-palette($mat-indigo);
6-
$accent: mat-palette($mat-pink);
5+
$accent : mat-palette($mat-pink);
76
$theme: mat-light-theme($primary, $accent);
87
@include angular-material-theme($theme);
9-
108
body {
119
font-family: Roboto, sans-serif;
1210
}
1311

14-
html, body {
12+
html,
13+
body {
1514
margin: 0;
1615
width: 100%;
1716
height: 100%;
@@ -27,17 +26,17 @@ html, body {
2726
flex-direction: column;
2827
}
2928

30-
md-sidenav-container {
29+
mat-sidenav-container {
3130
flex: 1 1 auto;
3231
width: 100%;
3332
height: 100%;
3433
}
3534

36-
md-sidenav {
35+
mat-sidenav {
3736
width: 200px;
3837
}
3938

40-
md-sidenav a.active .mat-list-item-content {
39+
mat-sidenav a.active .mat-list-item-content {
4140
color: mat-color($accent);
4241
}
4342

0 commit comments

Comments
 (0)