mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-10 13:18:48 +00:00
Basic Login Screen Desktop (Just Login)
This commit is contained in:
parent
1340c76bca
commit
72d172424b
7 changed files with 210 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue