mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-24 03:47:53 +00:00
Small tweaks to authentication popup.
This commit is contained in:
parent
4b662e3a84
commit
198d6fba07
@ -1485,8 +1485,8 @@ async function showModalAndWait(type, data) {
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
${type === actions.GET_USER_ACCOUNT ? `
|
${type === actions.GET_USER_ACCOUNT ? `
|
||||||
<div class="modal-subcontainer">
|
<div class="modal-subcontainer">
|
||||||
<p class="modal-paragraph">${`${data.service} ${data.name} ${get("browserpage.bchange18")}`}</p>
|
<p class="modal-paragraph">${`<span class="capitalize-first">${data.service.toLowerCase()}</span> ${get("browserpage.bchange18")}`}</p>
|
||||||
<p class="modal-paragraph">${get("browserpage.bchange24")} ${data.service}</p>
|
<p class="modal-paragraph">${get("browserpage.bchange24")} ${data.service.toLowerCase()}.</p>
|
||||||
<p class="modal-paragraph">${get("browserpage.bchange25")}</p>
|
<p class="modal-paragraph">${get("browserpage.bchange25")}</p>
|
||||||
<div class="checkbox-row">
|
<div class="checkbox-row">
|
||||||
<label for="authButton" id="authButtonLabel">
|
<label for="authButton" id="authButtonLabel">
|
||||||
@ -1648,6 +1648,10 @@ color: black;
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capitalize-first {
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox-row {
|
.checkbox-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user