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:
parent
c94ebf6a47
commit
9d00f423a5
@ -9,12 +9,13 @@ const Wrapper = styled.div``;
|
|||||||
|
|
||||||
const Content = styled.div`
|
const Content = styled.div`
|
||||||
max-width: ${props => `${props.maxWidth}px` || 'auto'};
|
max-width: ${props => `${props.maxWidth}px` || 'auto'};
|
||||||
padding-bottom: 10px;
|
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ContentWrapper = styled.div``;
|
const ContentWrapper = styled.div``;
|
||||||
|
|
||||||
const ReadMore = styled.div`
|
const ReadMore = styled.div`
|
||||||
|
margin-top: 15px;
|
||||||
padding: 10px 0 5px 0;
|
padding: 10px 0 5px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user