Update illustrations [SCI-8842]

This commit is contained in:
sboursen-scinote 2023-07-24 15:08:34 +02:00
parent e7c238ab3d
commit e0fa6c0a0f
5 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -144,6 +144,16 @@ body {
.jumbotron {
background-color: inherit;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 7rem;
img {
margin-bottom: 1.5rem;
max-width: 33%;
}
}
.no-teams-info {

View file

@ -86,7 +86,7 @@
<% if user_signed_in? && current_user.teams.blank? && !(activities_are_selected? || settings_are_selected?) %>
<!-- If member of no teams -->
<div id="no-teams-jumbotron" class="jumbotron">
<%= image_tag "empty-screen-illustration.png" %>
<%= image_tag "not-part-of-any-team.png" %>
<h2><%=t 'general.no_teams.title' %></h2>
<p class="no-teams-info"><%=t 'general.no_teams.text' %></p>
</div>

View file

@ -1,5 +1,6 @@
<div class="container">
<div class="jumbotron">
<%= image_tag "link-expired.png" %>
<h2><%=t 'zip_export.expired_title' %></h2>
<p><%=t 'zip_export.expired_description' %></p>
</div>