mempool/frontend/src/app/shared/components/global-footer/global-footer.component.scss

112 lines
1.6 KiB
SCSS
Raw Normal View History

footer {
2023-05-06 04:10:17 -04:00
background-color: #1d1f31;
margin-top: 30px;
}
footer a {
color: rgba(255, 255, 255, 0.4);
}
footer p {
margin-bottom: 0.25rem;
}
footer .row.main {
padding: 40px 0;
2023-05-11 15:31:48 -04:00
max-width: 1200px;
margin: 0 auto;
2023-05-06 04:10:17 -04:00
}
footer .row.main .branding {
text-align: center;
}
2023-08-01 17:24:26 +09:00
footer .row.main .branding > p {
2023-08-05 19:06:25 +09:00
margin-bottom: 45px;
2023-08-01 17:24:26 +09:00
}
2023-05-06 04:10:17 -04:00
footer .row.main .branding .btn {
display: inline-block;
color: #fff !important;
}
footer .row.main .branding button.account {
background-color: #2d3348;
}
footer .row.main .branding .cta {
margin: 25px auto 25px auto;
2023-05-06 04:10:17 -04:00
}
2023-05-11 15:31:48 -04:00
footer .row.main .links.outer {
padding-left: 24px;
padding-top: 10px;
2023-05-11 15:31:48 -04:00
}
2023-05-06 04:10:17 -04:00
footer .row.main .links > div:first-child {
margin-bottom: 20px;
}
footer .row.main .links .category {
color: #4a68b9;
font-weight: 700;
}
footer .row.main .links .category:not(:first-child) {
margin-top: 1rem;
}
2023-05-06 04:10:17 -04:00
footer .selector {
margin: 20px 0;
}
footer .row.social-links {
text-align: center;
margin-bottom: 24px;
}
footer .row.social-links a {
margin: 0 14px;
}
footer .row.social-links svg {
width: 20px;
}
footer .row.version {
2023-05-06 04:10:17 -04:00
padding: 20px !important;
background-color: #11131f;
}
footer .row.version p {
2023-05-06 04:10:17 -04:00
margin-bottom: 0;
text-align: center;
font-size: 12px;
color: rgba(255, 255, 255, 0.4);
}
footer .row.version p a {
2023-05-06 04:10:17 -04:00
color: #09a3ba;
}
2023-08-01 16:00:16 +09:00
.main-logo {
max-width: 220px;
margin: 0 auto 20px auto;
}
@media (max-width: 992px) {
footer .row.main .links.outer {
text-align: center;
}
footer .row.main .links.outer > .row {
margin-top: 20px;
}
footer .row.main .links.outer > .row > div:first-child {
margin-bottom: 20px;
}
}