Просмотр исходного кода

Bugfix 1416 finished:

bugfix/1416
djordjemitrovic00 3 лет назад
Родитель
Сommit
cd38be379d

+ 1
- 4
src/pages/RegisterPages/RegisterSuccessful.js/RegisterSuccessful.js Просмотреть файл



return ( return (
<RegisterSuccessfulContainer> <RegisterSuccessfulContainer>
<RiveComponent style={{
width: "500px",
height: "500px"
}}/>
<RiveComponent/>


<RegisterTitle component="h1" variant="h5"> <RegisterTitle component="h1" variant="h5">
{t("register.success")} {t("register.success")}

+ 24
- 3
src/pages/RegisterPages/RegisterSuccessful.js/RegisterSuccessful.styled.js Просмотреть файл

flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 536px; width: 536px;
height: 200px;
height: 500px;
padding: 0; padding: 0;
& div {
height: 500px !important;
}
& div canvas { & div canvas {
height: 300px;
width: 500px;
}
@media (max-width: 600px) {
width: 100%;
margin-top: 70px;
& div {
width: 230px !important;
}
} }
`; `;
export const RegisterTitle = styled(Typography)` export const RegisterTitle = styled(Typography)`
text-align: center; text-align: center;
flex: 1; flex: 1;
font-style: normal; font-style: normal;
font-weight: 400;
font-weight: 700;
font-size: 39px; font-size: 39px;
line-height: 48px; line-height: 48px;
color: ${selectedTheme.colors.primaryPurple}; color: ${selectedTheme.colors.primaryPurple};
margin-top: 32px; margin-top: 32px;
@media (max-width: 600px) {
width: 303px;
font-size: 36px;
line-height: 44px;
}
`; `;
export const RegisterDescription = styled(Typography)` export const RegisterDescription = styled(Typography)`
font-family: ${selectedTheme.fonts.textFont}; font-family: ${selectedTheme.fonts.textFont};
text-align: center; text-align: center;
color: ${selectedTheme.colors.primaryGrayText}; color: ${selectedTheme.colors.primaryGrayText};
margin-bottom: 20px; margin-bottom: 20px;
@media (max-width: 600px) {
width: 241px;
font-size: 14px;
line-height: 19px;
margin-top: 9px;
}
`; `;

Загрузка…
Отмена
Сохранить