.content {
  flex: 1 0 auto;
  min-height: 60vh;
  flex-direction: column;
}

.icon-palette {
  height: 25vh;
}

footer {
  flex: none;
}
footer > div {
  height: 4px;
}

.malibu-icon-editor__color {
  cursor: pointer;
}

.malibu-sprite-svg {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}