Use semantic headings in user settings - profile (#10973)
* account password section * account email and phone numbers * update cypress selectors * use settingsection for General section * use semantic headings for profile settings * fix show advanced spacing * udpate snapshot
This commit is contained in:
parent
520659242b
commit
b35fb4fed2
6 changed files with 13 additions and 22 deletions
|
@ -15,7 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_ProfileSettings {
|
||||
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
||||
border-bottom: 1px solid $quinary-content;
|
||||
|
||||
.mx_ProfileSettings_avatarUpload {
|
||||
|
@ -29,8 +28,8 @@ limitations under the License.
|
|||
flex-grow: 1;
|
||||
margin-inline-end: 54px;
|
||||
|
||||
.mx_Field:first-child {
|
||||
margin-top: 0;
|
||||
.mx_Field {
|
||||
margin-top: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_profile_controls_topic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue