11 lines
144 B
Plaintext
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;
|
|
}
|