2022-02-06 01:20:26 +04:00
|
|
|
|
|
|
|
.featuredBox {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background-color: #1d1f31;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
2022-02-07 00:08:07 +04:00
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
}
|
2022-02-06 01:20:26 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 10px;
|
2022-02-07 00:08:07 +04:00
|
|
|
text-align: center;
|
2022-02-06 01:20:26 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.sub-title {
|
|
|
|
color: grey;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.assetIcon {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
2022-02-07 00:08:07 +04:00
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
2022-02-06 01:20:26 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.view-link {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ticker {
|
|
|
|
color: grey;
|
|
|
|
}
|