.d-linear-layout {
  display: flex;
  align-items: stretch;
}

.-d-linear-layout-v {
  flex-direction: column;
}

.fill {
  flex: 1;
}
