MDL-57932 core: Serve the Moodle logo as SVG

The Moodle logo in the login page footer is served in SVG format.

Signed-off-by: Luca Bösch <luca.beosch@bfh.ch>
This commit is contained in:
Luca Bösch 2017-02-09 13:29:08 +01:00 committed by =
parent 3c45d26f58
commit 15de9ec847
4 changed files with 167 additions and 0 deletions

View file

@ -2035,6 +2035,12 @@ $footer-link-color: $brand-primary !default;
color: $footer-link-color;
}
.sitelink {
img {
width: 112px;
}
}
// Make links in a menu clickable anywhere in the row.
.dropdown-item a {
display: block;

View file

@ -293,6 +293,9 @@ img.icon-post {
padding-left: 3px;
padding-right: 0;
}
.sitelink img {
width: 112px;
}
.boxaligncenter {
margin-left: auto;
margin-right: auto;

View file

@ -262,6 +262,9 @@ img.icon-post {
padding-left: 3px;
padding-right: 0;
}
.sitelink img {
width: 112px;
}
.boxaligncenter {
margin-left: auto;
margin-right: auto;