2022-04-28 18:54:33 +02:00
|
|
|
.header {
|
2022-05-17 08:41:39 +02:00
|
|
|
position: sticky;
|
|
|
|
top: 0px;
|
2022-05-08 09:41:47 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2022-07-08 09:10:18 +02:00
|
|
|
z-index: 20;
|
2022-05-11 23:31:31 -07:00
|
|
|
padding: 0.5rem 1rem;
|
2022-05-17 08:41:39 +02:00
|
|
|
background-color: var(--default-bg-color);
|
2022-05-08 09:41:47 +02:00
|
|
|
.logo {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
span {
|
|
|
|
margin-left: 1rem;
|
|
|
|
font-size: 1.7rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
2022-04-28 18:54:33 +02:00
|
|
|
}
|