Basic Login Screen Desktop (Just Login)

This commit is contained in:
Ilay Eble 2025-05-21 10:33:04 +02:00 committed by Luisa Bellitto
parent 1340c76bca
commit 72d172424b
7 changed files with 210 additions and 10 deletions

View file

@ -7,12 +7,15 @@
.base-header {
width: 100vw;
display: flex;
height: 76px;
height: 50px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
border-bottom: 3px solid var(--Rotkehlchen-brown1);
background: var(--Rotkehlchen-gray);
position: fixed;
top: 0;
left: 0;
}
.base-header-title {
display: flex;