Skip to content

Commit

Permalink
Add medias rules for reception responsive form
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lécuelle committed Sep 8, 2017
1 parent c7ab624 commit 5888406
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions app/themes/tekyla/stylesheets/receptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,19 +410,30 @@
// Responsive media queries
@media (max-width: $medium-screen) {

.new_reception .list,
.edit_reception .list {
.new_reception,
.edit_reception {

.product-column {
flex-basis: 32.2%;
}
.list {

.storage-column {
flex-basis: 30.6%;
.product-column {
flex-basis: 28.5%;
}

.storage-column {
flex-basis: 22.8%;
}

.quantity-column {
flex-basis: 14.7%;
}
}

.quantity-column {
flex-basis: 12.7%;
.form-block .merchandise {
flex: 28% !important;
}

.form-block .item-add-storing {
flex: 54% !important;
}
}
}

0 comments on commit 5888406

Please sign in to comment.