chg: reduce discover button size and hide suffix on small screens (< 430px)
This commit is contained in:
@@ -449,4 +449,10 @@ div.megamenu ul.megamenu li.megamenu.level1
|
|||||||
.shelve-title {
|
.shelve-title {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
.shelve-btn {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
.shelve-btn-suffix {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-6 text-right">
|
<div class="col-6 text-right">
|
||||||
<a href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}"
|
<a href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}"
|
||||||
class="mt-2 mr-2 btn btn-green-dark">
|
class="mt-2 mr-2 btn btn-green-dark shelve-btn">
|
||||||
Découvrir la sélection
|
Découvrir<span class="shelve-btn-suffix"> la sélection</span>
|
||||||
</a>
|
</a>
|
||||||
<!--
|
<!--
|
||||||
<a class="mt-2 green-dark btn" href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}">Tout
|
<a class="mt-2 green-dark btn" href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}">Tout
|
||||||
|
|||||||
Reference in New Issue
Block a user