MDL-81241 theme_boost: Ensure footer links have sufficient spacing
This commit is contained in:
@@ -2267,6 +2267,11 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||
.popover-body {
|
||||
padding: 0;
|
||||
.footer-section {
|
||||
// Add a bottom padding to the direct child divs of the footer-section container so the links within will meet SC 2.5.8.
|
||||
> div {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $body-color;
|
||||
text-decoration: underline;
|
||||
@@ -2285,6 +2290,13 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-content-popover {
|
||||
// Ensure that the footer links when rendered out of the popover will also have sufficient spacing and meet SC 2.5.8.
|
||||
.footer-section > div {
|
||||
padding-bottom: 0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none;
|
||||
|
||||
@@ -25272,6 +25272,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
.popover.footer .popover-body {
|
||||
padding: 0;
|
||||
}
|
||||
.popover.footer .popover-body .footer-section > div {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.popover.footer .popover-body .footer-section a {
|
||||
color: #1d2125;
|
||||
text-decoration: underline;
|
||||
@@ -25287,6 +25290,10 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-content-popover .footer-section > div {
|
||||
padding-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none;
|
||||
|
||||
@@ -25272,6 +25272,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
.popover.footer .popover-body {
|
||||
padding: 0;
|
||||
}
|
||||
.popover.footer .popover-body .footer-section > div {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.popover.footer .popover-body .footer-section a {
|
||||
color: #1d2125;
|
||||
text-decoration: underline;
|
||||
@@ -25287,6 +25290,10 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-content-popover .footer-section > div {
|
||||
padding-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user