.user-card { &__edit { display: flex; justify-content: center; align-items: center; width: 100%; } &__edit-transition { opacity: 0; transition: opacity 0.5s ease-in-out; &--open { opacity: 1; } } }