build(aio): split the description property in API docs (#22401)

* The first paragraph is now split off into the `shortDescription` property.
* Usage of `howToUse` and `whatItDoes` have been updated.
* The "Overview" heading for class is removed as it is self-evident
* The original horizontal rule styling below the main heading is removed as not part of the new design

Closes #22385

PR Close #22401
This commit is contained in:
Pete Bacon Darwin
2018-02-23 13:50:47 +00:00
committed by Alex Eagle
parent 11264e2174
commit b107131f8a
11 changed files with 114 additions and 42 deletions

View File

@ -1,25 +0,0 @@
/* BANNER */
.info-banner {
margin: 16px 0;
justify-content: center;
background: $white;
border: 1px solid rgba($lightgray, 0.5);
border-radius: 4px;
box-sizing: border-box;
padding: 16px;
background: $white;
height: auto;
overflow: visible;
@media screen and (max-width: 600px) {
text-align: center;
}
p, .text-body {
color: $darkgray;
line-height: 32px;
margin: 0;
text-align: center;
}
}

View File

@ -5,7 +5,6 @@
@import 'alert';
@import 'api-pages';
@import 'api-list';
@import 'banner';
@import 'buttons';
@import 'callout';
@import 'card';