Merge branch 'release/rc-v1.2.0' of https://github.com/ONLYOFFICE/DocSpace into release/rc-v1.2.0

This commit is contained in:
Viktor Fomin 2022-12-05 14:13:26 +03:00
commit 6174c37676
3 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,6 @@ const commonStyles = css`
}
.radio-button_text {
margin-right: 7px;
margin-left: 4px;
font-size: 13px;
font-weight: 600;
}
@ -185,7 +184,7 @@ const StyledRestoreBackup = styled.div`
margin-top: 24px;
margin-bottom: 8px;
font-size: 16px;
color: #f21c0e;
color: ${(props) => props.theme.client.settings.backup.warningColor};
}
.restore-backup_warning-link {
margin: 16px 0 24px 0;
@ -232,7 +231,7 @@ const StyledModules = styled.div`
margin-bottom: 24px;
.backup-description {
${(props) => props.isDisabled && `color: #A3A9AE`};
margin-left: 29px;
margin-left: 25px;
max-width: 700px;
}
`;

View File

@ -2919,6 +2919,7 @@ const Base = {
backup: {
rectangleBackgroundColor: "#f8f9f9",
separatorBorder: "1px solid #eceef1",
warningColor: "#f21c0e",
},
payment: {

View File

@ -2921,6 +2921,7 @@ const Dark = {
backup: {
rectangleBackgroundColor: "#292929",
separatorBorder: "1px solid #474747",
warningColor: "#E06451",
},
payment: {