mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-19 06:42:35 +00:00
15 lines
233 B
SCSS
15 lines
233 B
SCSS
:host {
|
|
|
|
.folded:not(.unfolded) & {
|
|
|
|
.nav-link {
|
|
|
|
> .nav-link-title,
|
|
> .nav-link-badge {
|
|
opacity: 0;
|
|
transition: opacity 200ms ease;
|
|
}
|
|
}
|
|
}
|
|
}
|