This commit is contained in:
leejinho 2019-11-22 17:25:59 +09:00
commit 3abb947d92
2 changed files with 28 additions and 0 deletions

View File

@ -140,6 +140,11 @@
</mat-tab>
</mat-tab-group>
<div class="myprofile">
<span class="myprofile-img"></span>
<span>내프로필</span>
</div>
<div class="left-side-tabs-body">
<div
#tabs

View File

@ -34,6 +34,29 @@
flex-direction: row;
}
.myprofile {
position: absolute;
display: flex;
flex-flow: column;
justify-content: center;
height: 80px;
width: 68px;
bottom: 10px;
color: #ffffff;
font-size: 11px;
text-align: center;
.myprofile-img {
display: block;
border-radius: 10px;
height: 42px;
width: 42px;
background-color: #efefef;
align-self: center;
margin-bottom: 6px;
}
}
::ng-deep .organization-side {
flex-direction: column;
height: 100%;