Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8989 - Replacement of the LISUM-logo on the login/start page with libra-logo #3597

Merged
merged 6 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading