Display modal in registration window when confirmations and/or approval are required

This commit is contained in:
Alex Gleason 2021-01-02 20:56:41 -06:00
parent d8fe5c33d4
commit e261a13430
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 13 additions and 0 deletions

Binary file not shown.

View file

@ -860,3 +860,16 @@
margin: 0 5px;
}
}
.confirmation-modal p {
margin-bottom: 20px;
text-align: left;
strong {
font-weight: bold;
}
&:last-child {
margin-bottom: 0;
}
}