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/assets/css/components/_address.scss

21 lines
571 B

.address {
&__header { @extend %section-header; }
&__heading { @extend %section-header__heading; }
&__subheading { @extend %section-header__subheading; }
&__attributes {
@extend %paper;
@include explorer-typography("body1");
padding: explorer-size(-1) explorer-size(1);
}
&__item { @extend %section-list__item; }
&__item-key { @extend %section-list__item-key; }
&__item-value { @extend %section-list__item-value; }
}
@media (min-width: $explorer-breakpoint-lg) {
.address {
&__container {
max-width: explorer-size(6);
}
}
}