mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Refined member detail copy
This commit is contained in:
parent
aabbbdc858
commit
9127c72df4
@ -189,15 +189,6 @@ textarea.gh-member-details-textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.gh-members-subscribed-checkbox label {
|
||||
margin-bottom: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.gh-members-subscribed-checkbox p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Import modal
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
@ -48,8 +48,8 @@
|
||||
{{#gh-form-group classNames="gh-members-subscribed-checkbox"}}
|
||||
<div class="flex justify-between items-center">
|
||||
<div>
|
||||
<label for="subscribed-checkbox">Member accepts emails</label>
|
||||
<p class="nt2">If enabled, member will receive posts in email</p>
|
||||
<h4 class="gh-setting-title">Subscribed to newsletter</h4>
|
||||
<p class="gh-setting-desc">If disabled, member will <em>not</em> receive newsletter emails</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<label class="switch" for="subscribed-checkbox">
|
||||
|
Loading…
Reference in New Issue
Block a user