Use semantic headings in user settings - account (#10972)
* account password section * account email and phone numbers * update cypress selectors
This commit is contained in:
parent
8d77d6e4cc
commit
d0d9a36d07
9 changed files with 103 additions and 105 deletions
|
@ -24,6 +24,24 @@ limitations under the License.
|
|||
a {
|
||||
color: $links;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $spacing-8;
|
||||
flex-grow: 1;
|
||||
}
|
||||
// never want full width buttons
|
||||
// event when other content is 100% width
|
||||
.mx_AccessibleButton {
|
||||
align-self: flex-start;
|
||||
justify-self: flex-start;
|
||||
}
|
||||
|
||||
.mx_Field {
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SettingsTab_warningText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue