adding topBanner
This commit is contained in:
parent
6f8312d846
commit
c3354f47ca
@ -1,9 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="topBanner">
|
<div class="topBanner">
|
||||||
<div>
|
<div>
|
||||||
<div id = "icon-arrow"><img id="arrow-Top-Left" src="../sym/arrow_back-24px.svg"></div>
|
<div id = "icon-arrow"><img alt="arrow" id="arrow-Top-Left" src="../sym/arrow_back-24px.svg"></div>
|
||||||
<div id = "point-point"></div>
|
<div id = "picTop"><img alt="Bild" id="picTopPic" src="../sym/placeholder.png"></div>
|
||||||
|
<div id="container">
|
||||||
<div id = "chatName"> OpenChat</div>
|
<div id = "chatName"> OpenChat</div>
|
||||||
|
<div id = "users">9 Mitglieder</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -17,7 +20,7 @@ name: "topBanner"
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
#icon-arrow{
|
#icon-arrow{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.3rem;
|
top: 0.24rem;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -29,12 +32,34 @@ name: "topBanner"
|
|||||||
}
|
}
|
||||||
#arrow-Top-Left{
|
#arrow-Top-Left{
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
|
fill: #42a7b9;
|
||||||
|
}
|
||||||
|
#picTop{
|
||||||
|
top: 0.24rem;
|
||||||
|
position: absolute;
|
||||||
|
fill: #42a7b9;
|
||||||
|
left: 4rem;
|
||||||
|
}
|
||||||
|
#picTopPic{
|
||||||
|
width: 2.3rem;
|
||||||
|
height: 2.3rem;
|
||||||
|
border-radius: 1.5rem;
|
||||||
|
border: #ededed solid 2px;
|
||||||
|
background-color: #313131;
|
||||||
|
}
|
||||||
|
#container{
|
||||||
|
|
||||||
|
}
|
||||||
|
#chatName{
|
||||||
|
|
||||||
|
}
|
||||||
|
#users{
|
||||||
|
|
||||||
}
|
}
|
||||||
.topBanner{
|
.topBanner{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
background-color: #1d1d1d;
|
background-color: #1d1d1d;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
1
src/sym/arrow_back-24px.svg
Normal file
1
src/sym/arrow_back-24px.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>
|
After Width: | Height: | Size: 198 B |
BIN
src/sym/placeholder.png
Normal file
BIN
src/sym/placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user