Moved UserDropdown to comps/common/, updated imports, some styling on Header

This commit is contained in:
t1enne
2022-05-08 09:41:47 +02:00
parent ced449175c
commit 93d69a26eb
7 changed files with 59 additions and 21 deletions

View File

@@ -1,4 +1,19 @@
.header {
@apply fixed w-full bg-red;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1;
padding: .5rem 1rem;
.logo {
display: flex;
align-items: center;
svg {
height: 60px;
}
span {
margin-left: 1rem;
font-size: 1.7rem;
font-weight: 600;
}
}
}