@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
80 lines (76 loc) • 2.66 kB
CSS
.share-price {
opacity: 1;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s; }
.share-price:not([class*='share-price--change']) {
opacity: 0; }
.share-price:not([class*='share-price--change']) .share-price__current, .share-price:not([class*='share-price--change']) .share-price__history, .share-price:not([class*='share-price--change']) .share-price__info {
height: 30px; }
.share-price__current {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 26px;
text-transform: uppercase;
line-height: 30px; }
@media (min-width: 941px) {
.share-price__current {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 40px;
text-transform: uppercase;
line-height: 45px; } }
.share-price__current span + span {
margin-left: 5px; }
.share-price__rate {
color: #1f82db; }
.share-price__meta {
font-family: Montserrat, arial, sans-serif;
font-size: 18px;
text-transform: none;
line-height: 30px; }
@media (min-width: 941px) {
.share-price__meta {
font-family: Montserrat-ExtraBold, arial, sans-serif;
font-size: 32px;
text-transform: uppercase;
line-height: 40px; } }
.share-price__history, .share-price__info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.share-price__history {
margin-top: 10px; }
.share-price__info {
margin-top: 5px; }
.share-price__value {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.share-price__value span:first-child {
margin-right: 5px; }
.share-price__company, .share-price__value:first-child {
margin-right: 30px; }
.share-price--change-down .share-price__rate {
color: #f13c23; }
.share-price--change-down .icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.share-price--change-down svg {
fill: #f13c23; }
@media (min-width: 941px) {
.share-price:not([class*='share-price--change']) .share-price__current, .share-price:not([class*='share-price--change']) .share-price__history, .share-price:not([class*='share-price--change']) .share-price__info {
height: 45px; }
.share-price__history, .share-price__info {
margin-top: 20px; } }
.share-price + .button {
margin-top: 30px; }
@media (min-width: 941px) {
.share-price + .button {
float: right; } }
/*# sourceMappingURL=share-price.css.map */