1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

add verify button while we don't have the verification in right panel

This commit is contained in:
Bruno Windels
2019-11-15 16:04:00 +01:00
parent ecc842629a
commit d416ba2c0c
3 changed files with 12 additions and 0 deletions

View File

@@ -228,4 +228,14 @@ limitations under the License.
color: $accent-color;
}
}
.mx_UserInfo_verify {
display: block;
background-color: $accent-color;
color: $accent-fg-color;
border-radius: 4px;
padding: 7px 1.5em;
text-align: center;
margin: 16px 0;
}
}