Allow to hide center column on large screens

This commit is contained in:
Francis Lachapelle
2016-11-10 16:04:29 -05:00
parent 5b02685d2b
commit 6e48734504
15 changed files with 111 additions and 27 deletions
@@ -37,13 +37,11 @@ $quarter_height: 10px;
}
}
.view-detail {
@include at(sm) {
@include flex-col($breakpoint: sm, $nb: 10);
}
.view-list--close {
@include from(md) {
flex: 1 1 auto;
margin: 0;
$cols: map-get($base-grid-total-columns, md);
$colWidth: ((100 / $cols) * -5vw);
margin-right: $colWidth;
}
}