You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/branded-cta/branded-cta.module.css

63 lines
951 B

.brandedCta {
padding: 88px 0;
background-image: url('/img/cta-bg.svg');
background-color: var(--boundary-secondary);
background-position: bottom right -350px;
background-repeat: no-repeat;
@media (--medium-up) {
background-position: bottom right -250px;
}
@media (--large) {
background-position: bottom right -150px;
}
}
.contentContainer {
@media (width >= 992px) {
display: flex;
}
@media (width < 992px) {
flex-direction: column;
}
}
.heading {
color: var(--black);
margin-top: 0;
@media (width >= 992px) {
flex-basis: 33.3%;
margin: 0;
}
}
.content {
max-width: 647px;
margin: 0;
color: var(--gray-2);
}
.content-and-links {
@media (width >= 992px) {
flex-basis: 66.6%;
margin-left: 32px;
}
& .g-type-body-large {
max-width: 35em;
}
}
.links {
margin-top: 40px;
margin-bottom: -16px;
& a {
margin-right: 16px;
margin-bottom: 16px;
}
}