Skip to content

Commit

Permalink
BC-8989 - Replacement of the LISUM-logo on the login/start page with …
Browse files Browse the repository at this point in the history
…libra-logo (#3597)

* changed logo and link to libra for brb only

---------

Co-authored-by: Martin Schuhmacher <[email protected]>
  • Loading branch information
f-g-s and MartinSchuhmacher authored Feb 24, 2025
1 parent f37b735 commit d5d07ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/styles/authentication/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ body {

.partner-img {
img {
padding: 5px 20px;
padding: 10px 20px;
}
}
8 changes: 4 additions & 4 deletions theme/brb/views/authentication/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
<img src="https://cloud-instances.s3.hidrive.strato.com/brb/images/mbjs.png" alt="Logo MBJS"
class="img-fluid">
</a>
<a href="https://lisum.berlin-brandenburg.de/lisum/" target="_blank" rel="noopener">
<img src="https://cloud-instances.s3.hidrive.strato.com/brb/images/lisum.png"
alt="Logo LISUM" class="img-fluid">
<a href="https://libra.brandenburg.de" target="_blank" rel="noopener">
<img src="https://cloud-instances.s3.hidrive.strato.com/brb/images/libra.png"
alt="Logo Libra" class="img-fluid">
</a>
<a aria-label="Dataport Logo" target="_blank" rel="noopener" href="https://www.dataport.de/" alt="Logo Dataport">
<svg class="img-fluid SectionHeader-logo u-scalingInlineSVG" focusable="false" role="img" aria-hidden="true" viewBox="0 0 173 60" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMin slice" style="padding-top: 5%;">
<svg class="img-fluid SectionHeader-logo u-scalingInlineSVG" focusable="false" role="img" aria-hidden="true" viewBox="0 0 173 60" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMin slice" style="padding: 20px 20px 0 20px; max-width: 315px;">
<g stroke="none" fill="none" fill-rule="evenodd">
<g class="HeaderLogo-small" transform="translate(120.066900, 0.000000)">
<rect x="0" y="0" width="22" height="60"></rect>
Expand Down

0 comments on commit d5d07ed

Please sign in to comment.