mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-18 11:57:59 +00:00
Allow to hide center column on large screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user