.common {
  display: flex;
}

.common > * {
  flex:  1 1 auto;
}

.full {
  composes: common;
}
