mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
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:
parent
3c45d26f58
commit
15de9ec847
4 changed files with 167 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -293,6 +293,9 @@ img.icon-post {
|
|||
padding-left: 3px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.sitelink img {
|
||||
width: 112px;
|
||||
}
|
||||
.boxaligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -262,6 +262,9 @@ img.icon-post {
|
|||
padding-left: 3px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.sitelink img {
|
||||
width: 112px;
|
||||
}
|
||||
.boxaligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue