fixes vertical align on support/price on index list
This commit is contained in:
@@ -938,10 +938,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.investment-project .supports .total-supports.no-button,
|
||||
.investment-project-show .supports .total-supports.no-button,
|
||||
.budget-investment .supports .total-supports.no-button,
|
||||
.budget-investment-show .supports .total-supports.no-button {
|
||||
.investment-project .no-button,
|
||||
.investment-project-show .no-button,
|
||||
.budget-investment .no-button,
|
||||
.budget-investment-show .no-button {
|
||||
display: block;
|
||||
margin-top: $line-height * 1.5;
|
||||
}
|
||||
|
||||
@@ -90,9 +90,11 @@
|
||||
<div id="<%= dom_id(investment) %>_price"
|
||||
class="supports small-12 medium-3 column text-center"
|
||||
<%= 'data-equalizer-watch' if feature?(:allow_images) && investment.image.present? %>>
|
||||
<p class="investment-project-amount margin-top">
|
||||
<%= investment.formatted_price %>
|
||||
</p>
|
||||
<div class="supports">
|
||||
<span class="total-supports no-button">
|
||||
<%= investment.formatted_price %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<% else %>
|
||||
<div <%= 'data-equalizer-watch' if feature?(:allow_images) && investment.image.present? %>></div>
|
||||
|
||||
Reference in New Issue
Block a user