@import '../../variables.scss'; .container { position: absolute; z-index: 1001; background: $red; color: $white; width: 100%; text-align: center; padding: 20px; // height: 0; transition: all 0.25s ease; &.active { height: 100%; padding: 20px; } h2 { font-size: 20px; letter-spacing: 1.5px; font-weight: bold; } }