Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat(geo): add docs [PART-10] (#1289)
Browse files Browse the repository at this point in the history
* chore(docs): increse padding to avoid crop table on API page

* chore(docs): restore margin on code sample

* chore(docs): add a specific className for multi components API

* docs(GeoSearch)

* docs(GeoSearch): rename HTMLMarker to CustomMarker

* docs(GeoSearch): rename package

* chore(maps): update package description

* fi(GeoSearch): update Storybook link

* docs(GeoSearch): update wording
  • Loading branch information
samouss authored Jun 20, 2018
1 parent 064f873 commit a9efc4f
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docgen/src/stylesheets/components/_documentation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $offset-height: 60px

.documentation-section,
.examples-section
padding-bottom: 300px
padding-bottom: 320px

.container
article
Expand Down Expand Up @@ -136,7 +136,6 @@ $offset-height: 60px
background: #fff
border: 1px solid #d8d8d8
border-radius: 2px 2px 0 0
margin: -8px 0 0
padding: 0.75em 1em
font-family: $paragraphs-font-family
border-radius: 6px 6px 0 0
Expand Down Expand Up @@ -202,6 +201,10 @@ $offset-height: 60px
height: $offset-height
// margin: (-$offset-height) 0 0
.sub-component-title
&:before
height: 10px

.anchor
margin-left: .2em
display: inline
Expand Down
Loading

0 comments on commit a9efc4f

Please sign in to comment.