[Backport staging] Use semantic headings in user settings - integrations and account deletion (#10931)

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Co-authored-by: Kerry <kerrya@element.io>
This commit is contained in:
ElementRobot 2023-05-17 11:51:52 +02:00 committed by GitHub
parent 33e79a8141
commit ddcbb1a80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 232 additions and 54 deletions

View file

@ -17,20 +17,12 @@ limitations under the License.
.mx_SetIntegrationManager {
.mx_SettingsFlag {
align-items: center;
margin-top: var(--SettingsTab_heading_nth_child-margin-top);
.mx_SetIntegrationManager_heading_manager {
display: flex;
align-items: center;
flex-wrap: wrap;
column-gap: $spacing-4;
.mx_SettingsTab_heading,
.mx_SettingsTab_subheading {
margin-top: 0;
margin-bottom: 0;
margin-inline-end: 0; /* Cancel the default right (inline-end) margin */
}
}
.mx_ToggleSwitch {