IP_PIbd-21_Potapov_Frontend/static/css/left-menu.css

8 lines
93 B
CSS
Raw Normal View History

2023-10-13 09:43:04 +04:00
.left-menu-item {
transition: .1s;
}
.left-menu-item:hover {
background-color: #e8e8e8;
}