Display modal in registration window when confirmations and/or approval are required
This commit is contained in:
parent
d8fe5c33d4
commit
e261a13430
4 changed files with 13 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -860,3 +860,16 @@
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.confirmation-modal p {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue