Skip to content

Commit

Permalink
chore(docs): fixes api docs spacing (angular#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl authored and jelbourn committed Oct 1, 2017
1 parent 47b62d5 commit 88c2dee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/app/pages/component-viewer/component-api.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.docs-api-class-name {
margin-top: 24px;
margin-bottom: 0;
display: inline-block;
}

.docs-api-h3 {
margin-bottom: 0;
}

.docs-api-class-export-label,
.docs-api-directive-selectors,
.docs-api-class-description {
font-size: 14px;
}

.docs-api-class-deprecated-marker {
font-weight: bold;
}
1 change: 1 addition & 0 deletions src/app/pages/component-viewer/component-viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class ComponentOverview implements OnInit {
@Component({
selector: 'component-api',
templateUrl: './component-api.html',
styleUrls: ['./component-api.scss'],
encapsulation: ViewEncapsulation.None,
})
export class ComponentApi extends ComponentOverview {}
Expand Down

0 comments on commit 88c2dee

Please sign in to comment.