multi-project/projects/app/_modules/pages/menu/item/pages-menu-item.component.scss

17 lines
224 B
SCSS

:host{
display: flex;
flex-direction: column;
}
.item{
display: flex;
align-items: flex-start;
drop-down{
margin-left: -24px;
}
min-height: 24px;
>a{
margin-top: 4px;
}
}