Web: Client: Settings: fix style

This commit is contained in:
Viktor Fomin 2022-04-04 19:09:42 +03:00
parent 31011bdbc6
commit 70d41327c9
2 changed files with 14 additions and 11 deletions

View File

@ -38,10 +38,8 @@ const MainContainer = styled.div`
margin-bottom: 24px;
}
@media (max-width: 375px) {
.length-subtitle {
margin-top: 20px;
}
.learn-more {
margin-bottom: 20px;
}
`;
@ -150,18 +148,19 @@ const PasswordStrength = (props) => {
return (
<MainContainer>
{isMobile && (
<>
<div className="learn-more">
<Text className="page-subtitle">
{t("SettingPasswordStrengthHelper")}
</Text>
<Link
className="learn-more"
color="#316DAA"
target="_blank"
isHovered
href={`https://helpcenter.onlyoffice.com/${lng}/administration/configuration.aspx#ChangingSecuritySettings_block`}
>
{t("Common:LearnMore")}
</Link>
</>
</div>
)}
<Text fontSize="14px" fontWeight="600" className="length-subtitle">

View File

@ -22,9 +22,12 @@ const MainContainer = styled.div`
}
.box {
margin-top: 20px;
margin-bottom: 24px;
}
.learn-more {
margin-bottom: 20px;
}
`;
const TwoFactorAuth = (props) => {
@ -96,16 +99,17 @@ const TwoFactorAuth = (props) => {
return (
<MainContainer>
{isMobile && (
<>
<div className="learn-more">
<Text className="page-subtitle">{t("TwoFactorAuthHelper")}</Text>
<Link
className="learn-more"
color="#316DAA"
target="_blank"
isHovered
href={`https://helpcenter.onlyoffice.com/${lng}/administration/two-factor-authentication.aspx`}
>
{t("Common:LearnMore")}
</Link>
</>
</div>
)}
<RadioButtonGroup