polish design and disable buttons after click
This commit is contained in:
parent
ccf6c9efdc
commit
1f65cfb7f6
2 changed files with 39 additions and 4 deletions
|
@ -132,4 +132,19 @@ limitations under the License.
|
|||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_VerificationPanel_reciprocate_section {
|
||||
.mx_FormButton {
|
||||
margin: 0 10px;
|
||||
padding: 10px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
// show Yes/No buttons next to each other
|
||||
.mx_VerificationPanel_reciprocateButtons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue