Merge pull request #1973 from XRPLF/brandkit-footer

adds text shadow to footer items
This commit is contained in:
Rome Reginelli
2023-06-23 15:31:22 -07:00
committed by GitHub
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,13 @@
/* 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) {

View File

@@ -993,4 +993,10 @@ $placeholder-color: $gray-600;
}
}
.footer-nav{
.nav-item{
text-shadow: white 0px 0px 2px, white 1px 1px 2px, white 2px 2px 3px,
white 2px 2px 4px, white 2px 2px 5px, white 2px 2px 6px, white -1px -1px 2px,
white -2px -2px 3px, white -2px -2px 4px;
}
}