Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 88c2dee

Browse files
amcdnljelbourn
authored andcommitted
chore(docs): fixes api docs spacing (#277)
1 parent 47b62d5 commit 88c2dee

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.docs-api-class-name {
2+
margin-top: 24px;
3+
margin-bottom: 0;
4+
display: inline-block;
5+
}
6+
7+
.docs-api-h3 {
8+
margin-bottom: 0;
9+
}
10+
11+
.docs-api-class-export-label,
12+
.docs-api-directive-selectors,
13+
.docs-api-class-description {
14+
font-size: 14px;
15+
}
16+
17+
.docs-api-class-deprecated-marker {
18+
font-weight: bold;
19+
}

src/app/pages/component-viewer/component-viewer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class ComponentOverview implements OnInit {
5252
@Component({
5353
selector: 'component-api',
5454
templateUrl: './component-api.html',
55+
styleUrls: ['./component-api.scss'],
5556
encapsulation: ViewEncapsulation.None,
5657
})
5758
export class ComponentApi extends ComponentOverview {}

0 commit comments

Comments
 (0)