@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
50 lines (45 loc) • 1.28 kB
CSS
.quote--s {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.quote--s .quote__media {
width: calc((3/28) * 100%); }
.quote--s .quote__content {
margin-left: auto;
width: calc((23/28) * 100%); }
.quote--s .quote__text {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 20px;
text-transform: none;
line-height: 30px;
margin: 0; }
@media (min-width: 941px) {
.quote--s .quote__text {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 26px;
text-transform: uppercase;
line-height: 30px; } }
.quote--s .quote__author {
font-family: Montserrat, arial, sans-serif;
font-size: 18px;
text-transform: none;
line-height: 30px;
margin: 10px 0 0; }
@media (min-width: 941px) {
.quote--s .quote__media {
width: calc((3/33) * 100%); }
.quote--s .quote__content {
width: calc((28/33) * 100%); }
.quote--s .quote__author {
margin-top: 20px; } }
.quote--xs img {
width: 60px; }
@media (min-width: 941px) {
.quote--xs {
padding: 50px; } }
/*# sourceMappingURL=quote.css.map */