Cloud phishing from Google Gmail Part 3
Posted by Dave Yadallee on
.consequences li::before {
content: "=E2=9A=A0=EF=B8=8F";
font-size: 20px;
filter: drop-shadow(0 2px 2px #b33);
}
/ signature /
.signature {
margin: 20px 0 28px 0;
}
.signature p {
font-size: 16px;
color: #4e2e2e;
}
.signature .team {
font-weight: 800;
color: #8b1a1a;
margin-top: 12px;
font-size: 18px;
}
/ CTA button =E2=80=94 aggressive red /
.cta-block {
background: #b71c1c;
border-radius: 100px;
display: inline-block;
width: auto;
margin: 12px 0 20px 0;
box-shadow: 0 14px 24px -8px #7a2020;
transition: all 0.2s;
border: 1px solid #ffb7b7;
}
.cta-block a {
display: flex;
align-items: center;
gap: 20px;
padding: 18px 42px 18px 36px;
text-decoration: none;
color: white;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.3px;
text-shadow: 0 2px 4px #5f0000;
}
.cta-block a span {
background: #ffffff;
color: #b71c1c;
padding: 6px 20px;
border-radius: 40px;
font-size: 16px;
font-weight: 800;
box-shadow: inset 0 -2px 0 #aaa;
}
.cta-block:hover {
background: #a11515;
transform: scale(1.01);
box-shadow: 0 18px 28px -6px #a14040;
}
/ footer /
.footer-links {
border-top: 2px solid #f0c0c0;
padding-top: 18px;
margin-top: 12px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
color: #973d3d;
font-size: 14px;
}
.links a {
color: #a13232;
text-decoration: none;
margin-right: 22px;
font-weight: 600;
}
.links a:hover {
text-decoration: underline;
color: #c10000;
}
.copyright {
color: #ad5a5a;
}
hr {
border: none;
border-top: 3px dotted #d88;
margin: 16px 0 10px;
}
/ mobile /
@media (max-width: 650px) {
.alert-header {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.usage-pill {
align-self: flex-start;
}
.account-detail {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.plan-item {
gap: 24px;
}
.consequences ul {
grid-template-columns: 1fr;
}
.cta-block a {
padding: 15px 28px;
font-size: 18px;
flex-wrap: wrap;
justify-content: center;
}
}
content: "=E2=9A=A0=EF=B8=8F";
font-size: 20px;
filter: drop-shadow(0 2px 2px #b33);
}
/ signature /
.signature {
margin: 20px 0 28px 0;
}
.signature p {
font-size: 16px;
color: #4e2e2e;
}
.signature .team {
font-weight: 800;
color: #8b1a1a;
margin-top: 12px;
font-size: 18px;
}
/ CTA button =E2=80=94 aggressive red /
.cta-block {
background: #b71c1c;
border-radius: 100px;
display: inline-block;
width: auto;
margin: 12px 0 20px 0;
box-shadow: 0 14px 24px -8px #7a2020;
transition: all 0.2s;
border: 1px solid #ffb7b7;
}
.cta-block a {
display: flex;
align-items: center;
gap: 20px;
padding: 18px 42px 18px 36px;
text-decoration: none;
color: white;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.3px;
text-shadow: 0 2px 4px #5f0000;
}
.cta-block a span {
background: #ffffff;
color: #b71c1c;
padding: 6px 20px;
border-radius: 40px;
font-size: 16px;
font-weight: 800;
box-shadow: inset 0 -2px 0 #aaa;
}
.cta-block:hover {
background: #a11515;
transform: scale(1.01);
box-shadow: 0 18px 28px -6px #a14040;
}
/ footer /
.footer-links {
border-top: 2px solid #f0c0c0;
padding-top: 18px;
margin-top: 12px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
color: #973d3d;
font-size: 14px;
}
.links a {
color: #a13232;
text-decoration: none;
margin-right: 22px;
font-weight: 600;
}
.links a:hover {
text-decoration: underline;
color: #c10000;
}
.copyright {
color: #ad5a5a;
}
hr {
border: none;
border-top: 3px dotted #d88;
margin: 16px 0 10px;
}
/ mobile /
@media (max-width: 650px) {
.alert-header {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.usage-pill {
align-self: flex-start;
}
.account-detail {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.plan-item {
gap: 24px;
}
.consequences ul {
grid-template-columns: 1fr;
}
.cta-block a {
padding: 15px 28px;
font-size: 18px;
flex-wrap: wrap;
justify-content: center;
}
}