2020-01-09 18:44:04 +09:00

36 lines
557 B
SCSS

.sticker-selector {
height: 220px;
border-top: 1px solid #cccccc;
.sticker-item-box {
flex-wrap: wrap;
padding: 20px 20px 0;
overflow: auto;
}
}
.sticker-item {
width: 60px;
margin-bottom: 20px;
display: inline-flex;
cursor: pointer;
}
.selected-sticker {
position: relative;
padding: 20px;
text-align: right;
background-color: rgba(45, 58, 74, 0.8);
img {
margin-right: 40px;
}
.btn-close {
position: absolute;
top: 2px;
right: 20px;
width: 40px;
height: 40px;
color: #ffffff;
}
}