add verify button while we don't have the verification in right panel
This commit is contained in:
parent
ecc842629a
commit
d416ba2c0c
3 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue