Skip to content

Commit d72fcf2

Browse files
authored
docs(examples): carry over docs site fixes (#4519)
1 parent e1e2506 commit d72fcf2

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

src/material-examples/card-fancy/card-fancy-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44

55
.example-header-image {
6-
background-image: url('assets/img/examples/shiba1.jpg');
6+
background-image: url('../../../assets/img/examples/shiba1.jpg');
77
background-size: cover;
88
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/** No CSS for this example */
1+
.mat-list-icon {
2+
color: rgba(0,0,0,0.54);
3+
}

src/material-examples/list-sections/list-sections-example.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {Component} from '@angular/core';
33

44
@Component({
55
selector: 'list-sections-example',
6+
styleUrls: ['./list-sections-example.css'],
67
templateUrl: './list-sections-example.html',
78
})
89
export class ListSectionsExample {

src/material-examples/sidenav-fab/sidenav-fab-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
max-width: 200px;
99
}
1010

11-
.example-sidenav-fab-container .md-sidenav-content,
11+
.example-sidenav-fab-container .mat-sidenav-content,
1212
.example-sidenav-fab-container md-sidenav {
1313
display: flex;
1414
overflow: visible;

src/material-examples/slider-configurable/slider-configurable-example.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
margin: 10px;
1414
}
1515

16-
.md-slider-horizontal {
16+
.mat-slider-horizontal {
1717
width: 300px;
1818
}
1919

20-
.md-slider-vertical {
20+
.mat-slider-vertical {
2121
height: 300px;
2222
}

0 commit comments

Comments
 (0)