대화회수 디자인적용

This commit is contained in:
khk 2019-11-01 14:52:53 +09:00
parent bf9bcd967b
commit 616ac1f84c
3 changed files with 42 additions and 4 deletions

View File

@ -1,5 +1,4 @@
<div class="bubble-main">
<span>
회수된 메시지
</span>
<span class="icon-recall"><i class="material-icons">redo</i></span>
<span class="recall-msg">회수된 메시지</span>
</div>

View File

@ -1,4 +1,21 @@
.bubble-main {
padding: 14px;
text-align:left;
}
.icon-recall{
width: 30px;
height: 30px;
display: inline-flex;
border-radius: 50%;
background: #999999;
align-items: center;
justify-content: center;
margin-right: 6px;
i{
color:#ffffff;
font-size:20px;
}
}
.recall-msg{
color:#999999;
}
}

View File

@ -0,0 +1,22 @@
.mat-card{
padding:10px;
.mat-card-header{
margin-bottom:20px;
.mat-card-title{
margin:0 -16px;
padding-bottom:10px;
}
}
.button-farm {
text-align:right;
.mat-primary{
margin-left:4px;
}
}
}
form{
.mat-form-field{
width:100%;
}
}