Merge pull request #5850 from sboursen-scinote/sb_SCI-8842

Update illustrations [SCI-8842]
This commit is contained in:
ajugo 2023-08-10 10:53:41 +02:00 committed by GitHub
commit 2ddb43c2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

View file

@ -133,6 +133,16 @@ table {
.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

@ -89,7 +89,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 "/images/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('/images/no_search_results.png') %>
<h2><%=t 'zip_export.expired_title' %></h2>
<p><%=t 'zip_export.expired_description' %></p>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB