polish design and disable buttons after click

This commit is contained in:
Bruno Windels 2020-04-02 13:00:45 +02:00
parent ccf6c9efdc
commit 1f65cfb7f6
2 changed files with 39 additions and 4 deletions

View file

@ -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;
}
}
}