summaryrefslogtreecommitdiff
path: root/site/resources/views/search.blade.php
diff options
context:
space:
mode:
authorhorus2018-06-22 15:23:23 +0200
committerhorus2018-06-22 15:24:30 +0200
commit07f62219b933a2dfd06d59322cbd83e107937b08 (patch)
tree0af6b1431f3132f714f5e4cffdb96796baac6cf8 /site/resources/views/search.blade.php
parent73e1609f3b7e6d053b42bb33fdae2cf9cec2a518 (diff)
downloadalkobote-07f62219b933a2dfd06d59322cbd83e107937b08.tar.gz
Adds special styles explicitly for Drankdozijn. (website)
Diffstat (limited to 'site/resources/views/search.blade.php')
-rw-r--r--site/resources/views/search.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/resources/views/search.blade.php b/site/resources/views/search.blade.php
index 34ec2c3..920a913 100644
--- a/site/resources/views/search.blade.php
+++ b/site/resources/views/search.blade.php
@@ -106,7 +106,7 @@ if ( "" == $search_phrase || !$data->count()) {
<span class="text-fade-out"></span>
</h4>
- <p class="card-text mb-auto text-success w-100"><del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del> <strong class="ffloat-right">{{ TF::fF($offer->discounted_price) . "€" }}*</strong>
+ <p class="card-text mb-auto text-success w-100"><strong class="ffloat-right text-large" style="margin-left: 3px;">{{ TF::fF($offer->discounted_price) }}€</strong>* <del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del>
<span class="float-right text-muted">{{ TF::fF($offer->base_price ) }}€/L</span>
</p>
<div class="mb-1 text-muted w-100">
@@ -153,7 +153,7 @@ if ( "" == $search_phrase || !$data->count()) {
<span class="float-right">{{ TF::fF($offer->volume) . " Liter" }}</span><span>{{ TF::fF($offer->abv) . "%" }} Alk.</span>
</div>
- <p class="card-text mb-auto text-success w-100"><del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del> <strong class="ffloat-right">{{ TF::fF($offer->discounted_price) . "€" }}*</strong>
+ <p class="card-text mb-auto text-success w-100"><strong class="ffloat-right text-large" style="margin-left: 3px;">{{ TF::fF($offer->discounted_price) }}€</strong>* <del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del>
<span class="float-right text-muted">{{ TF::fF($offer->base_price ) }}€/L</span>
</p>
<strong><a href="{{ $offer->url }}" class="text-large">Jetzt bestellen</a></strong>