Replace Verify button in UserInfo verification with "Learn more"

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-01-29 14:11:50 +00:00
parent 45735d5ae3
commit 19e7c768b6
6 changed files with 18 additions and 10 deletions

View file

@ -261,10 +261,16 @@ limitations under the License.
}
.mx_UserInfo_verify {
padding-top: 0;
padding-left: 0;
font-weight: normal;
}
.mx_UserInfo_wideButton {
display: block;
margin: 16px 0;
}
button.mx_UserInfo_verify {
button.mx_UserInfo_wideButton {
width: 100%; // FIXME get rid of this once we get rid of DialogButtons here
}
}