2022-07-26 21:50:38 +00:00
|
|
|
.table {
|
2022-08-02 01:15:50 +00:00
|
|
|
font-size: 32px;
|
2022-09-10 15:57:06 +00:00
|
|
|
margin-top: 36px;
|
2022-09-01 17:01:31 +00:00
|
|
|
}
|
|
|
|
|
2022-09-10 15:57:06 +00:00
|
|
|
.block-titles {
|
|
|
|
margin: 0;
|
2022-09-01 17:01:31 +00:00
|
|
|
padding-left: 15px;
|
2022-09-10 15:57:06 +00:00
|
|
|
padding-right: 15px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
|
|
|
flex-grow: 1;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
flex-shrink: 0;
|
|
|
|
flex-grow: 0;
|
2022-09-11 01:17:46 +00:00
|
|
|
margin-right: 30px;
|
|
|
|
font-size: 64px;
|
2022-09-10 15:57:06 +00:00
|
|
|
}
|
|
|
|
|
2022-09-11 01:17:46 +00:00
|
|
|
.blockhash {
|
|
|
|
width: 0;
|
|
|
|
flex-grow: 1;
|
2022-09-10 15:57:06 +00:00
|
|
|
flex-shrink: 1;
|
|
|
|
font-family: Consolas,Liberation Mono,Courier New,monospace;
|
2022-09-11 01:17:46 +00:00
|
|
|
font-size: 32px;
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
.truncate {
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
}
|
2022-09-10 15:57:06 +00:00
|
|
|
}
|
2022-07-26 21:50:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
2022-08-02 01:15:50 +00:00
|
|
|
width: 470px;
|
|
|
|
min-width: 470px;
|
|
|
|
padding: 0;
|
|
|
|
margin-right: 15px;
|
2022-07-26 21:50:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .symbol {
|
2022-08-02 01:15:50 +00:00
|
|
|
font-size: 24px;
|
2022-07-12 22:04:20 +00:00
|
|
|
}
|
2022-12-07 15:17:10 -06:00
|
|
|
|
|
|
|
.badge {
|
|
|
|
transition: none;
|
|
|
|
}
|