Files
xrpl-dev-portal/styles/_footer.scss
2021-06-28 18:43:59 -07:00

26 lines
490 B
SCSS

/* Footer ------------------------------------------------------------------- */
.xrpl-footer {
padding: 7.5rem 3rem;
background-image: url(../img/backgrounds/footer.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom right;
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;
}
}