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

67 lines
1.0 KiB

.brandedCta {
padding: 88px 0;
background-color: var(--red-l3);
background-image: url('./img/bg-pattern.svg');
background-position: bottom right;
background-repeat: no-repeat;
@media (--small) {
background-position: bottom 0 right -130px;
}
@media (438px <= width < 600px) {
background-position: bottom 0 right -260px;
}
@media (width < 438px) {
background-position: bottom 0 right -170px;
}
}
.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-3);
}
.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;
}
}