@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
82 lines (71 loc) • 2.03 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-family: Montserrat-SemiBold, arial, sans-serif;
font-size: 26px;
text-transform: none;
line-height: 30px;
text-transform: capitalize; }
.person__description + .social__list {
margin-top: 20px; }
.person__info p:not(.person__title), .person__description {
margin-bottom: 0;
margin-top: 20px; }
.person__title {
font-family: Montserrat, arial, sans-serif;
font-size: 18px;
text-transform: none;
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-family: Montserrat, arial, sans-serif;
font-size: 16px;
text-transform: none;
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; } }
.author {
padding-top: 30px;
margin-top: 30px; }
.author .block__title {
margin-bottom: 30px; }
.author .person__name {
font-family: Montserrat-SemiBold, arial, sans-serif;
font-size: 20px;
text-transform: none;
line-height: 30px;
color: #ff661a; }
@media (min-width: 941px) {
.author {
padding-top: 50px;
margin-top: 50px; }
.author .person__profile {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.author .person__info {
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.author .person__title {
margin-top: 0; }
.author .person__info p:not(.person__title), .author .person__description {
margin-top: 10px; } }
/*# sourceMappingURL=author.css.map */