Replace mail() with PHPMailer + new logo

This commit is contained in:
2020-04-06 17:53:49 +02:00
parent 85e8c4a3d1
commit 44ba1eae68
11 changed files with 6875 additions and 6 deletions

View File

@@ -476,12 +476,12 @@ $legend-color: $post-color;
background: rgba(255, 255, 255, 0.8);
.settings-section {
display: inline-block;
width: 100%;
h1 {
margin: 1.5rem 0 1rem;
}
&:first-child h1 {
margin-top: 0;
}
label {
margin-bottom: .3em;
@@ -489,6 +489,25 @@ $legend-color: $post-color;
cursor: pointer;
}
&.title {
margin: -1rem;
width: calc(100% + 2rem);
background: rgba(255, 255, 255, 0.4);
text-align: center;
border-radius: 3px 3px 0 0;
.logo {
background: rgba(255,255,255,.4);
padding: 1.5rem;
img {
width: calc(100% - 3rem);
max-width: 180px;
transform: translateX(-10%); //Center Text, not logo. logo width (40px) / image width (200px) = 20%. And centering: 20% / 2 = 10%
}
}
}
&.newsletter {
input#email {
width: calc(100% - 6em);