Replace mail() with PHPMailer + new logo
This commit is contained in:
@@ -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);
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user