Skip to content

Commit

Permalink
Adjust wallet summary styles to display BAT and fiat on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
zenparsing committed Jun 29, 2020
1 parent 0327f32 commit 2360dc8
Showing 1 changed file with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,11 @@ export const StyledTitle = styled<{}, 'div'>('div')`
font-size: 14px;
line-height: 1.3;
color: #4b4c5c;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 60%;
padding: 10px 0px;
flex: 1 1;
padding: 10px 5px 10px 0;
`

export const StyledContentWrapper = styled<{}, 'div'>('div')`
flex-grow: 1;
flex-shrink: 1;
flex-basis: 40%;
flex: 1 1;
text-align: right;
@media (max-width: 385px) {
flex-basis: 55%;
}
`

0 comments on commit 2360dc8

Please sign in to comment.