mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 17:25:49 +00:00
Merge pull request #1973 from XRPLF/brandkit-footer
adds text shadow to footer items
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user