2020-01-23 12:11:45 +09:00
|
|
|
::ng-deep .sticker-selector {
|
2019-12-17 09:18:48 +09:00
|
|
|
height: 220px;
|
|
|
|
border-top: 1px solid #cccccc;
|
2020-01-23 12:11:45 +09:00
|
|
|
.mat-tab-header {
|
|
|
|
.mat-tab-label {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mat-tab-body-wrapper {
|
|
|
|
height: 180px;
|
2019-12-17 09:18:48 +09:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2019-11-25 14:12:49 +09:00
|
|
|
}
|
|
|
|
|
2020-01-23 12:11:45 +09:00
|
|
|
.sticker-item-box {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding: 20px 20px 0;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
.sticker-item {
|
|
|
|
width: 60px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
display: inline-flex;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-11-25 14:12:49 +09:00
|
|
|
}
|
2019-12-17 09:18:48 +09:00
|
|
|
|
|
|
|
.selected-sticker {
|
|
|
|
position: relative;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: right;
|
2020-01-09 18:44:04 +09:00
|
|
|
background-color: rgba(45, 58, 74, 0.8);
|
2019-12-17 09:18:48 +09:00
|
|
|
img {
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
|
|
|
.btn-close {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
right: 20px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|