added mobile view for preorder
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preorder-campaign-header-buttons {
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
.preorder-campaign-import, .preorder-campaign-header {
|
.preorder-campaign-import, .preorder-campaign-header {
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preorder-campaign-header-buttons {
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
.preorder-campaign-import, .preorder-campaign-header {
|
.preorder-campaign-import, .preorder-campaign-header {
|
||||||
@@ -165,7 +168,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row mt-2">
|
<div class="row mt-2">
|
||||||
<div class="col-sm-12 col-md-2">
|
<div class="col preorder-campaign-header-buttons" style="max-width: 350px">
|
||||||
<button type="submit" class="btn btn-primary">Filter anwenden</button>
|
<button type="submit" class="btn btn-primary">Filter anwenden</button>
|
||||||
<a class="btn btn-secondary" href="<?=self::getUrl("Preordercampaign")?>">Filter zurücksetzen</a>
|
<a class="btn btn-secondary" href="<?=self::getUrl("Preordercampaign")?>">Filter zurücksetzen</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user