mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-26 18:13:11 +00:00
13 lines
171 B
SCSS
13 lines
171 B
SCSS
@import 'src/@fuse/scss/fuse';
|
|
|
|
fuse-navigation {
|
|
display: flex;
|
|
flex: 1 0 auto;
|
|
|
|
> .nav {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
}
|