Skip to content
Snippets Groups Projects
Commit cc602fb8 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

logos

parent acf1e02e
No related branches found
No related tags found
No related merge requests found
......@@ -49,4 +49,7 @@ h1
opacity: 0.5
.btn-light[target=_blank]::after
filter: invert(0)
\ No newline at end of file
filter: invert(0)
.bg-grey
background-color: #DDDDDD !important
\ No newline at end of file
......@@ -12,7 +12,7 @@
<tr>
<td><%= link_to organization, admin_university_organization_path(organization) %></td>
<td><span class="badge bg-secondary"><%= organization.kind_i18n %></span></td>
<td class="p-0">
<td class="p-0 bg-grey text-center">
<%= kamifusen_tag organization.logo,
width: 40 if organization.logo.attached? %>
</td>
......
......@@ -94,8 +94,8 @@
<%= University::Organization.human_attribute_name('logo') %>
</h5>
</div>
<div class="card-body">
<%= kamifusen_tag @organization.logo, class: 'img-fluid' if @organization.logo.attached? %>
<div class="card-body bg-grey">
<%= kamifusen_tag @organization.logo, class: 'img-fluid p-5' if @organization.logo.attached? %>
</div>
</div>
<% end %>
......
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