feat(styles): make header css component

This commit is contained in:
Kaname
2022-09-10 01:13:44 +00:00
parent 341cde2781
commit 56f24fe317
5 changed files with 7 additions and 10 deletions

View File

@@ -202,6 +202,7 @@ input {
}
.header {
@apply flex flex-row px-4 justify-between items-center lg:fixed w-full z-10 lg:-ml-16 lg:pl-20 p-5;
@apply flex flex-row px-4 justify-between items-center lg:fixed w-full z-10;
background-color: rgba(31, 30, 30, 0.6);
backdrop-filter: blur(20px);
}