대화회수 디자인적용
This commit is contained in:
parent
bf9bcd967b
commit
616ac1f84c
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user