mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Minor design refinements
This commit is contained in:
parent
904114d844
commit
a436521e4c
@ -226,6 +226,7 @@
|
||||
|
||||
.for-checkbox .gh-publishmenu-email-checkbox {
|
||||
margin-right: 0;
|
||||
margin-top: 2px;
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
.gh-pe-header h2 {
|
||||
position: absolute;
|
||||
top: 23px;
|
||||
top: 25px;
|
||||
left: 24px;
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
{{#gh-form-group classNames="gh-members-subscribed-checkbox"}}
|
||||
<div class="flex justify-between items-center">
|
||||
<div>
|
||||
<label for="subscribed-checkbox">Customer accepts emails</label>
|
||||
<label for="subscribed-checkbox">Member accepts emails</label>
|
||||
<p class="nt2">If enabled, member will receive posts in email</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
|
Loading…
Reference in New Issue
Block a user