mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
72 lines
1.0 KiB
SCSS
72 lines
1.0 KiB
SCSS
/* Footer ------------------------------------------------------------------- */
|
|
|
|
.xrpl-footer {
|
|
>:first-child {
|
|
border-top: 1px solid white;
|
|
padding: 54px 48px 48px 48px;
|
|
}
|
|
|
|
.absolute_bottom_footer {
|
|
padding-bottom: 48px;
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
margin: 0 24px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
li {
|
|
font-size: 0.75rem;
|
|
list-style-type: none;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.card-body {
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.card-header {
|
|
background: none;
|
|
border-bottom: none;
|
|
border-top: none;
|
|
padding: 8px;
|
|
|
|
h5 i {
|
|
margin-left: 0.2em;
|
|
}
|
|
}
|
|
|
|
.card-grid .card {
|
|
padding: 24px 48px 48px 48px;
|
|
|
|
&:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
@include media-breakpoint-down(lg) {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.curated-links li, .level-1 {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.absolute_bottom_footer span {
|
|
margin-right: 25px;
|
|
font-size: 0.75rem;
|
|
}
|
|
}
|