Skip to content

Commit

Permalink
fix(docz-theme-default): resize bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 23, 2018
1 parent 392009f commit df0ae82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const Wrapper = styled('div')`
position: absolute;
top: 10px;
left: 50%;
height: 50px;
margin-bottom: 5px;
transform: translateX(-50%);
`

const Buttons = styled('div')`
display: flex;
background: white;
background: ${p => p.theme.colors.background};
border: 1px solid ${p => p.theme.colors.border};
border-radius: 3px;
padding: 3px 5px;
`
Expand Down

0 comments on commit df0ae82

Please sign in to comment.