.content { padding: $gap * 2; min-height: 200px; display: flex; box-sizing: border-box; } .placeholder { display: flex; align-items: center; justify-content: center; min-height: 33vh; padding: 40px; box-sizing: border-box; color: transparentize($color: white, $amount: 0.8); text-transform: uppercase; font: $font_16_semibold; }