Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from Metatavu/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
Eskilmar committed Jul 1, 2020
2 parents e3379de + 3bab35e commit 46ce0f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/decidim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $primary-rgb: 82,172,170;
background-size: contain;
}
}
.card--process__column, .card__content {
.card--process__column {
background-color: transparent !important;
}
.card--full__image {
Expand All @@ -148,6 +148,9 @@ $primary-rgb: 82,172,170;
background-repeat: no-repeat;
background-size: cover;
}
.custom-card__content {
background-color: rgba(255,255,255,0.5);
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<article class="card card--full card--process">
<div class="row collapse card--process__row custom-process_card" style="background-image:url(<%= process.hero_image.url %>)">
<div class="column large-6 card--process__column" >
<div class="card__content">
<div class="card__content custom-card__content">
<%= link_to decidim_participatory_processes.participatory_process_path(process), class: "card__link" do %>
<h2 class="card__title"><%= translated_attribute process.title %></h2>
<% end %>
Expand Down

0 comments on commit 46ce0f1

Please sign in to comment.