fix: header - style

This commit is contained in:
gaelle morin
2020-12-16 19:39:19 +01:00
parent 8b5fc2543d
commit f792d93cbc
4 changed files with 18 additions and 18 deletions

View File

@ -3,6 +3,15 @@ header {
position: fixed;
z-index: 999;
>div {
display: flex;
>div {
display: flex;
margin-left: auto;
}
}
solid-link {
align-self: center;
@ -20,15 +29,6 @@ header {
margin-left: 60px;
}
>div {
display: flex;
}
div.test {
display: flex;
margin-left: auto;
}
solid-notifications {
color: var(--color-heading);
align-self: center;