Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/apps/block_scout_web/assets/css/components/_address-overview.scss

66 lines
899 B

.address-detail-hash-title {
color: #333;
font-size: 12px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 12px;
text-align: left;
}
.overview-title-buttons {
display: flex;
}
.overview-title-item {
display: block;
flex-grow: 0;
flex-shrink: 0;
height: fit-content;
margin-right: 8px;
&:last-child {
margin-right: 0;
}
}
.address-overview {
.card-section {
margin-bottom: 3rem;
}
.card {
margin-bottom: 0;
height: 100%;
}
}
.balance-card-title {
margin-bottom: 0.5rem;
}
.address-detail-item {
margin-right: 1em;
padding-bottom: 0.5em;
}
.address-balance-text {
font-size: 12px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 12px;
}
.address-current-balance {
font-size: 12px;
font-weight: 200;
line-height: 1.2;
margin: 0 0 12px;
small {
font-size: 11px;
}
&:last-child {
margin-bottom: 0;
}
}