Files
NwaifuWeb/apps/NwaifuAnime/src/app/components/header/header.component.less
2024-07-22 00:40:40 +03:00

11 lines
144 B
Plaintext

.header {
transition: height 0.3s;
}
:host {
z-index: 20;
position: fixed;
}
.profile-menu {
transition: max-height 0.3s ease-in-out;
}