Refined mailgun warning

This commit is contained in:
Peter Zimon 2019-11-07 17:14:01 +07:00
parent f23703c8b0
commit 25237a2d6d
4 changed files with 23 additions and 9 deletions

View File

@ -318,14 +318,8 @@
margin-bottom: 4px; margin-bottom: 4px;
} }
.settings-menu-mailgun-warning { .settings-menu-mailgun-warning .gh-box-info {
border-radius: 5px; border-left: var(--yellow);
padding: 8px 12px;
background: rgba(254, 205, 53, 0.1);
color: color-mod(var(--yellow) l(-8%) s(+10%));
border: 1px solid var(--yellow);
font-size: 13px;
font-weight: 500;
} }
.settings-menu-mailgun-warning a { .settings-menu-mailgun-warning a {

View File

@ -111,6 +111,10 @@
padding: 0; padding: 0;
} }
.gh-pe-mobile-container .gh-pe-iframe .left-col {
display: none;
}
@media (max-width: 850px) { @media (max-width: 850px) {
.gh-pe-header { .gh-pe-header {
flex-direction: column; flex-direction: column;

View File

@ -30,3 +30,15 @@
.gh-box-info svg { .gh-box-info svg {
fill: var(--blue); fill: var(--blue);
} }
.gh-box-warning {
border-left-color: var(--yellow);
}
.gh-box-warning svg {
fill: var(--yellow);
}
.gh-box-warning a {
color: var(--yellow);
}

View File

@ -323,7 +323,11 @@
<div class="settings-menu-content settings-menu-email"> <div class="settings-menu-content settings-menu-email">
{{#if mailgunError}} {{#if mailgunError}}
<p class="settings-menu-mailgun-warning">You need to configure Mailgun in {{#link-to "settings.labs" data-test-nav="labs"}}Labs → Members settings{{/link-to}} to enable sending posts in email.</p> <p class="gh-box gh-box-warning settings-menu-mailgun-warning">
{{svg-jar "info" class="w5 h5 fill-yellow nl1"}}
You need to configure Mailgun in {{#link-to "settings.labs" data-test-nav="labs"}}Labs → Members settings{{/link-to}} to
enable sending posts in email.
</p>
{{/if}} {{/if}}
<form {{action "discardEnter" on="submit"}}> <form {{action "discardEnter" on="submit"}}>
{{#gh-form-group errors=post.errors hasValidated=post.hasValidated property="emailSubject"}} {{#gh-form-group errors=post.errors hasValidated=post.hasValidated property="emailSubject"}}