Skip to content

Commit

Permalink
Merge pull request #1213 from lucasmotta/update-addon-info-design
Browse files Browse the repository at this point in the history
Add small design update to addon info package
  • Loading branch information
ndelangen committed Jun 9, 2017
2 parents 85da42c + d6b3d13 commit c0dbffd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/info/src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const stylesheet = {
fontWeight: 300,
lineHeight: 1.45,
fontSize: '15px',
border: '1px solid #eee',
padding: '20px 40px 40px',
borderRadius: '2px',
boxShadow: '0px 2px 3px rgba(0, 0, 0, 0.05)',
backgroundColor: '#fff',
marginTop: '50px',
},
infoContent: {
marginBottom: 0,
Expand Down

0 comments on commit c0dbffd

Please sign in to comment.