Skip to content
Snippets Groups Projects
Commit 77f98d47 authored by Florent Lavelle's avatar Florent Lavelle
Browse files

Merge branch 'redmine-issues/21027' into '1.1'

REDMINE_ISSUE-21027 on 1.1

See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!64
parents ca032c18 b19d7239
No related branches found
No related tags found
No related merge requests found
Pipeline #27189 passed
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
<div> <div>
<div class="terms-container"> <div class="terms-container">
<div class="terms-header"> <div class="terms-header">
<img :alt="$config.client.name" :src="logoPath"/> <img
:alt="$config.client.name"
:src="logoPath"
class="client-logo"
/>
</div> </div>
<div v-if="!error"> <div v-if="!error">
<b-overlay <b-overlay
...@@ -127,8 +131,13 @@ export default { ...@@ -127,8 +131,13 @@ export default {
.terms-header { .terms-header {
margin: 0 1rem 1rem 1rem; margin: 0 1rem 1rem 1rem;
img { display: flex;
width: 560px; align-items: center;
justify-content: center;
img.client-logo {
max-width: 560px;
max-height: 150px;
object-fit: contain;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment