mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
48 lines
1021 B
SCSS
48 lines
1021 B
SCSS
/* Footer ------------------------------------------------------------------- */
|
|
|
|
.xrpl-footer {
|
|
.footer-nav{
|
|
.nav-item{
|
|
text-shadow: #111112 0px 0px 2px, #111112 1px 1px 2px, #111112 2px 2px 3px,
|
|
#111112 2px 2px 4px, #111112 2px 2px 5px, #111112 2px 2px 6px, #111112 -1px -1px 2px,
|
|
#111112 -2px -2px 3px, #111112 -2px -2px 4px;
|
|
}
|
|
}
|
|
padding: 7.5rem 2rem;
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
background-image: url(../img/backgrounds/footer.svg);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom right;
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
.col-lg:not(:first-child) {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
color: $gray-400;
|
|
}
|
|
|
|
.nav-link {
|
|
padding: .75rem 0;
|
|
line-height: 1;
|
|
}
|
|
|
|
.absolute-bottom-footer {
|
|
font-size: 10px;
|
|
line-height: 1rem;
|
|
|
|
@include media-breakpoint-down(md) {
|
|
.copyright-license {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
}
|
|
}
|