Merge branch 'feature/preorder-mobile' into 'master'
added mobile view for preorder See merge request fronk/thetool!681
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user