@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
42 lines (40 loc) • 1.31 kB
CSS
.header .share-price {
margin-top: 30px; }
@media (min-width: 941px) {
.header .share-price {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px;
margin-top: 80px; }
.header .share-price__current {
width: 100%; }
.header .share-price__current, .header .share-price__history {
margin-right: 30px; }
.header .share-price__meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 40px;
margin-top: 15px; }
.header .share-price__history, .header .share-price__info {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 20px;
text-transform: none;
line-height: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0; }
.header .share-price__value + .header .share-price__value, .header .share-price__date {
margin-left: 20px; } }
@media (min-width: 1281px) {
.header .share-price__current {
width: auto; } }
/*# sourceMappingURL=share-price.css.map */