wallet-container: Fix styling of privacy subheads

This commit is contained in:
Will Binns 2019-08-08 06:10:57 -06:00
parent 93593c2fd1
commit 244ef4e36b
No known key found for this signature in database
GPG Key ID: 302EBEAEEB74A404
2 changed files with 4 additions and 1 deletions

View File

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

View File

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