mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-07-18 13:30:56 +00:00
+ Added hidden property to the nav items + Updated fuse-navigation component docs + Updated other components that uses fuse-navigation service + Updated various packages including Angular and Angular Material
13 lines
181 B
SCSS
13 lines
181 B
SCSS
@import 'src/@fuse/scss/fuse';
|
|
|
|
fuse-navigation {
|
|
display: flex;
|
|
flex: 1 0 auto;
|
|
|
|
#main-navigation {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
}
|