fix breakout styles
This commit is contained in:
parent
fcbfcb1bbc
commit
e4cced4b92
@ -104,12 +104,13 @@ const SpanWarn = styled.span`
|
|||||||
`}
|
`}
|
||||||
|
|
||||||
${({ valid }) => !valid && `
|
${({ valid }) => !valid && `
|
||||||
margin: .25rem;
|
margin-top: .75rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: ${fontSizeSmall};
|
font-size: ${fontSizeSmall};
|
||||||
color: ${colorDanger};
|
color: ${colorDanger};
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 1;
|
||||||
`}
|
`}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user