You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/pages/navigation/horizontal-navigation/horizontal-navigation.compo...

20 lines
280 B
SCSS

.mat-menu-panel.child-menu {
min-width: 88px;
width:88px;
border-radius: 0;
margin-left: 30%;
margin-top: 6%;
.mat-menu-content {
.mat-menu-item {
padding: 0;
margin-top: -3px;
.mat-icon {
margin-right: 0;
}
button {
border-radius: 0;
}
}
}
}