Merge branch 'feature/preorder-mobile' into 'master'

added mobile view for preorder

See merge request fronk/thetool!681
This commit is contained in:
Luca Haid
2024-10-29 15:10:53 +00:00
2 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,9 @@
justify-content: space-between;
}
.preorder-campaign-header-buttons {
max-width: 500px;
}
@media (max-width: 576px) {
.preorder-campaign-import, .preorder-campaign-header {

View File

@@ -18,6 +18,9 @@
justify-content: space-between;
}
.preorder-campaign-header-buttons {
max-width: 500px;
}
@media (max-width: 576px) {
.preorder-campaign-import, .preorder-campaign-header {
@@ -164,12 +167,12 @@
</div>
</div>
<div class="row mt-2">
<div class="col-sm-12 col-md-2">
<button type="submit" class="btn btn-primary">Filter anwenden</button>
<a class="btn btn-secondary" href="<?=self::getUrl("Preordercampaign")?>">Filter zurücksetzen</a>
<div class="row mt-2">
<div class="col preorder-campaign-header-buttons" style="max-width: 350px">
<button type="submit" class="btn btn-primary">Filter anwenden</button>
<a class="btn btn-secondary" href="<?=self::getUrl("Preordercampaign")?>">Filter zurücksetzen</a>
</div>
</div>
</div>
</form>
</div>