asb_cloud_front/src/styles/user_menu.less

11 lines
178 B
Plaintext
Raw Normal View History

.user-menu {
& .profile-links {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
margin-bottom: 10px;
}
}