2022-02-16 17:32:12 +09:00
|
|
|
.dashboard-container {
|
|
|
|
padding-bottom: 60px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
.col {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background-color: #1d1f31;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-02-21 23:36:05 +09:00
|
|
|
.card-title {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2022-02-22 20:15:15 +09:00
|
|
|
.card-title > a {
|
|
|
|
color: #4a68b9;
|
|
|
|
}
|
2022-02-21 23:36:05 +09:00
|
|
|
|
2022-02-22 20:15:15 +09:00
|
|
|
.card-body {
|
|
|
|
padding: 1.25rem 1rem 0.75rem 1rem;
|
|
|
|
}
|
|
|
|
.card-body.pool-ranking {
|
|
|
|
padding: 1.25rem 0.25rem 0.75rem 0.25rem;
|
2022-02-16 17:32:12 +09:00
|
|
|
}
|
|
|
|
|
2022-02-17 16:09:10 +09:00
|
|
|
#blockchain-container {
|
2022-02-16 17:32:12 +09:00
|
|
|
position: relative;
|
2022-02-17 16:09:10 +09:00
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
scrollbar-width: none;
|
|
|
|
-ms-overflow-style: none;
|
2022-02-16 17:32:12 +09:00
|
|
|
}
|
|
|
|
|
2022-02-17 16:09:10 +09:00
|
|
|
#blockchain-container::-webkit-scrollbar {
|
|
|
|
display: none;
|
2022-02-16 17:32:12 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.fade-border {
|
2022-02-17 16:09:10 +09:00
|
|
|
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 80%, transparent 100%)
|
2022-02-16 17:32:12 +09:00
|
|
|
}
|
2022-02-17 16:09:10 +09:00
|
|
|
|
2022-02-17 18:51:16 +09:00
|
|
|
.main-title {
|
|
|
|
position: relative;
|
|
|
|
color: #ffffff91;
|
|
|
|
margin-top: -13px;
|
|
|
|
font-size: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|