wallet-container: Fix styling of privacy subheads
This commit is contained in:
parent
93593c2fd1
commit
244ef4e36b
@ -56,7 +56,7 @@ max_wallet_text_length: 418 ## Unicode characters
|
||||
<p>{% translate {{checkValue}}txt choose-your-wallet %}</p>
|
||||
{% if checkName == 'privacy' and pageOs.privacycheck %} {% for privacycheck in pageOs.privacycheck %}
|
||||
<div class="check{{ privacycheck[0] }} {% if privacycheck[1] contains 'checkgood' %}checkgood{% elsif privacycheck[1] contains 'checkpass' %}checkpass{% elsif privacycheck[1] contains 'checkneutral' %}checkneutral{% else %}checkfail{% endif %}">
|
||||
<p>{% translate {{privacycheck[1]}} choose-your-wallet %}</p>
|
||||
<p class="wallet-privacy-subhead">{% translate {{privacycheck[1]}} choose-your-wallet %}</p>
|
||||
<p>{% translate {{privacycheck[1]}}txt choose-your-wallet %}</p>
|
||||
</div>
|
||||
{% endfor %} {% endif %}
|
||||
|
||||
@ -106,6 +106,9 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600;
|
||||
max-width: 536px;
|
||||
min-width: 400px;
|
||||
}
|
||||
.wallet-privacy-subhead {
|
||||
font-weight: 600;
|
||||
}
|
||||
.os-selector {
|
||||
padding: 30px 25px 25px;
|
||||
background: #f8f8f8;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user