mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
add folder structure
This commit is contained in:
parent
032806a5a9
commit
912b0a2b4c
8 changed files with 0 additions and 0 deletions
38
code/frontend/src/components/header.css
Normal file
38
code/frontend/src/components/header.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
.base-header {
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
border-bottom: 3px solid var(--Rotkehlchen-brown-light);
|
||||
background: var(--Rotkehlchen-gray);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.header-title {
|
||||
display: flex;
|
||||
width: 162px;
|
||||
height: 63px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
|
||||
color: var(--Rotkehlchen-orange-default);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.base-header-icon {
|
||||
margin: 40px;
|
||||
display: flex;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue