Skip to content

Commit

Permalink
docs(UI): Add Larger Callout to the Short Description (ReactiveX#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
pertrai1 authored and niklas-wortmann committed Aug 27, 2018
1 parent 23e8dae commit ad6ee3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs_app/src/styles/1-layouts/_api-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,13 @@
}
}
}

/* used to target the short description */
> p:nth-child(2) {
border-left: 5px solid $pink;
font-size: 1rem;
line-height: 1.25;
padding-left: .5rem;

}
}

0 comments on commit ad6ee3b

Please sign in to comment.