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/_footer.scss

65 lines
905 B

$footer-padding: 1em;
$footer-text-color: rgba($white, 0.7);
.footer {
font-size: 12px;
background: $primary;
color: $footer-text-color;
margin-top: $footer-padding;
padding: $footer-padding;
position: relative;
@media (max-width: 768px) {
width: 100%;
}
}
.footer-logo {
height: 2rem;
}
.footer-social-icons {
// float: right;
padding-top: 0.5em;
}
.footer-info {
padding-top: 1em;
}
.footer-link {
color: inherit;
}
.footer-link:hover {
color: white;
}
.footer-list {
padding-top: 1em;
h3 {
margin-bottom: 0;
// text-align: center;
}
hr {
margin-top: 0;
margin-bottom: 1em;
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
li {
padding-bottom: 0.5em;
}
}
}