Further password reset flow enhancements (#9662)

This commit is contained in:
Michael Weimann
2022-12-06 10:01:25 +01:00
committed by GitHub
parent 82ad8d5aa2
commit 89439d4f10
10 changed files with 241 additions and 67 deletions
+11 -2
View File
@@ -20,8 +20,8 @@ limitations under the License.
.mx_Dialog {
color: $primary-content;
font-size: 14px;
padding: 16px;
font-size: $font-14px;
padding: $spacing-24 $spacing-24 $spacing-16;
text-align: center;
width: 485px;
@@ -34,5 +34,14 @@ limitations under the License.
color: $secondary-content;
line-height: 20px;
}
.mx_AuthBody_did-not-receive {
justify-content: center;
margin-bottom: $spacing-8;
}
.mx_Dialog_cancelButton {
right: 10px;
}
}
}