.menu-close {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
}
.menu-close:after,
.menu-close:before {
content: '';
position: absolute;
width: 4px;
height: 80%;
border-radius: 2px;
background-color: #333;
}
.menu-close:after {
transform: rotate(45deg);
}
.menu-close:before {
transform: rotate(135deg);
}
Все, уже решил как это сделать, проблема была в том что изначальный display: block; перкрывал мое свойство display: none. Пришлось добавить !important