Common: Components: ErrorContainer: fix style

This commit is contained in:
Viktor Fomin 2023-05-30 12:33:45 +03:00
parent aed4c789ad
commit c0f7bd482d

View File

@ -45,13 +45,9 @@ const StyledErrorContainer = styled.div`
#button-container {
width: 320px;
margin: 24px 0;
margin-top: 24px;
}
#button {
display: inline-block;
margin: 0 0 36px 0;
}
#customized-text {
color: ${(props) => props.theme.errorContainer.bodyText};
}
@ -64,10 +60,6 @@ const StyledErrorContainer = styled.div`
#container {
margin: 12px 0 48px 0;
}
#button {
margin: 0 0 24px 0;
}
}
@media screen and (max-width: 620px) {
@ -95,7 +87,6 @@ const StyledErrorContainer = styled.div`
#button {
width: 100%;
margin: 0 0 18px 0;
}
}