@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
154 lines (140 loc) • 4.39 kB
CSS
.person__profile + .person__profile {
margin-top: 50px; }
.person__profile .contact-details {
margin-top: 20px; }
.person__profile .social__list {
margin-top: 30px; }
.person__name {
font-size: 26px;
letter-spacing: -1px;
line-height: 30px;
text-transform: lowercase; }
.person__description + .social__list {
margin-top: 20px; }
.person__info p:not(.person__title), .person__description {
margin-bottom: 0;
margin-top: 20px; }
.person__title {
font-size: 18px;
letter-spacing: 0;
line-height: 30px;
margin-bottom: 0;
margin-top: 10px; }
.person--s {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.person--s .person__description {
font-size: 16px;
letter-spacing: 0;
line-height: 25px;
margin-left: 20px;
margin-top: 0; }
@media (min-width: 941px) {
.person__profile + .person__profile {
margin-top: 80px; }
.my-environment-container .person__initials {
margin-bottom: 0; } }
.person__name {
color: var(--color-brand-primary); }
.bg-variant-brand-primary .person__name {
color: var(--color-brand-secondary); }
.bg-variant-brand-secondary .person__name {
color: var(--color-brand-primary); }
.bg-variant-brand-tertiary .person__name {
color: var(--color-brand-primary); }
.bg-variant-white .person__name {
color: var(--color-brand-primary); }
.bg-variant-brand-quaternary .person__name {
color: var(--color-brand-secondary); }
.bg-variant-brand-quinary .person__name {
color: var(--color-brand-secondary-shade-180); }
.bg-variant-brand-senary .person__name {
color: var(--color-brand-secondary); }
.bg-brand--off-white .contact-details__link .icon,
.bg-brand--white .contact-details__link .icon {
color: #0f1941; }
.carousel--quote {
padding-bottom: 50px;
padding-top: 30px; }
.carousel--quote.slick-dotted {
padding-bottom: 115px; }
.carousel--quote .banner__wrapper:focus,
.carousel--quote .banner__slide:focus {
outline: 0; }
.carousel--quote .quotes {
margin-bottom: 20px;
width: 94px; }
.carousel--quote .quotes--s {
width: 70px; }
.carousel--quote .content-block__description, .carousel--quote .content-block__author {
margin-bottom: 0;
margin-top: 20px; }
.carousel--quote .content-block__description {
font-size: 26px;
letter-spacing: -1px;
line-height: 30px; }
@media (min-width: 941px) {
.carousel--quote .content-block__description {
font-size: 32px;
letter-spacing: -1px;
line-height: 40px; } }
.carousel--quote .content-block__author {
font-size: 18px;
letter-spacing: 0;
line-height: 30px; }
@media (min-width: 941px) {
.carousel--quote .content-block__author {
font-size: 26px;
letter-spacing: -1px;
line-height: 30px; } }
.carousel--quote .slick-dots {
bottom: 50px; }
.carousel--quote.slick-slider {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text; }
@media (min-width: 941px) {
.carousel--quote {
padding-bottom: 130px;
padding-top: 130px; }
.carousel--quote .banner__wrapper {
min-height: unset; }
.carousel--quote .slick-list {
overflow: initial; }
.carousel--quote .media-block {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 0;
width: calc((18/58) * 100%);
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.carousel--quote .media-block img {
position: relative; }
.carousel--quote .quotes {
bottom: inherit;
margin: 0 auto;
max-width: 268px;
position: inherit;
width: auto; }
.carousel--quote .quotes--s {
margin: 0;
margin-top: -70px;
position: relative;
width: calc((8/18) * 100%); }
.carousel--quote .content-block {
margin-left: auto;
width: calc((38/58) * 100%); }
.carousel--quote .content-block__description {
margin-top: 0; }
.carousel--quote .content-block__author {
margin-top: 30px; }
.carousel--quote .content-block .button {
margin-top: 50px; } }
/*# sourceMappingURL=quote.css.map */