.loading-container{ height: 64px; transition: height 0.5s linear; overflow: hidden; &.hidden{ height: 0; transition: height 0.5s linear; overflow: hidden; } .loading{ display: flex; flex-direction: row; align-items: center; box-sizing: border-box; padding: 32px 16px; color: #1e88c7; overflow: hidden; justify-content: center; &-text{ padding-left: 16px; font-size: 13px; } } }