@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
69 lines (63 loc) • 1.76 kB
CSS
.cta-box__text,
.cta-box__text p:not(.cta-box--paragraph__p) {
font-size: 40px;
letter-spacing: -2px;
line-height: 45px;
margin-bottom: 0; }
@media (min-width: 941px) {
.cta-box__text,
.cta-box__text p:not(.cta-box--paragraph__p) {
font-size: 60px;
letter-spacing: -3px;
line-height: 60px; } }
@media (max-width: 940px) {
.cta-box__wrapper {
padding-bottom: 50px;
padding-top: 50px; }
.cta-box .button {
margin-top: 30px; }
.cta-box .button-group {
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
margin-top: 20px; }
.cta-box .button-group .button {
margin-top: 10px; } }
@media (min-width: 941px) {
.cta-box__wrapper {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 130px;
padding-top: 130px; }
.cta-box__text {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
max-width: calc((43/58) * 100%);
position: relative;
top: 10px; }
.cta-box__text + .button,
.cta-box__text + .button-group {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 30px; } }
.cta-box--paragraph .cta-box__text {
max-width: calc((48/58) * 100%); }
.cta-box--paragraph__p {
margin-top: 30px;
width: calc((43/58) * 100%);
font-size: 16px;
letter-spacing: 0;
line-height: 25px; }
/*# sourceMappingURL=call-to-action-box.css.map */