1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Better styled tooltips in send

This commit is contained in:
Vladimir Volek 2018-10-04 17:52:58 +02:00 committed by Szymon Lesisz
parent c94ebf6a47
commit 9d00f423a5

View File

@ -9,12 +9,13 @@ const Wrapper = styled.div``;
const Content = styled.div`
max-width: ${props => `${props.maxWidth}px` || 'auto'};
padding-bottom: 10px;
text-align: justify;
`;
const ContentWrapper = styled.div``;
const ReadMore = styled.div`
margin-top: 15px;
padding: 10px 0 5px 0;
text-align: center;
width: 100%;