mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-75490-master-axe_upgrade' of https://github.com/kevpercy/moodle
This commit is contained in:
commit
09f03e63ad
6 changed files with 17 additions and 7 deletions
|
@ -2341,6 +2341,10 @@ $footer-link-color: $bg-inverse-link-color !default;
|
|||
}
|
||||
}
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none;
|
||||
|
|
|
@ -11739,6 +11739,9 @@ ul {
|
|||
.popover.footer .popover-body .footer-section a:focus {
|
||||
text-decoration: none; }
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none; }
|
||||
|
|
|
@ -42,15 +42,15 @@
|
|||
{{# output.has_popover_links }}
|
||||
<div class="footer-section p-3 border-bottom">
|
||||
{{# output.page_doc_link }}
|
||||
<div>{{{ output.page_doc_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.page_doc_link }}}</div>
|
||||
{{/ output.page_doc_link }}
|
||||
|
||||
{{# output.services_support_link }}
|
||||
<div>{{{ output.services_support_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.services_support_link }}}</div>
|
||||
{{/ output.services_support_link }}
|
||||
|
||||
{{# output.supportemail }}
|
||||
<div>{{{ output.supportemail }}}</div>
|
||||
<div class="footer-support-link">{{{ output.supportemail }}}</div>
|
||||
{{/ output.supportemail }}
|
||||
</div>
|
||||
{{/ output.has_popover_links }}
|
||||
|
|
|
@ -11739,6 +11739,9 @@ ul {
|
|||
.popover.footer .popover-body .footer-section a:focus {
|
||||
text-decoration: none; }
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue