35 lines
619 B
SCSS
35 lines
619 B
SCSS
|
.sticker-selector {
|
||
|
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;
|
||
|
height: 100px;
|
||
|
padding: 20px;
|
||
|
text-align: right;
|
||
|
background-color: rgba(0, 0, 0, 0.4);
|
||
|
// img {
|
||
|
// margin-right: 40px;
|
||
|
// }
|
||
|
// .btn-close {
|
||
|
// position: absolute;
|
||
|
// top: 2px;
|
||
|
// right: 20px;
|
||
|
// width: 40px;
|
||
|
// height: 40px;
|
||
|
// color: #ffffff;
|
||
|
// }
|
||
|
}
|