2018-10-22 02:41:35 -04:00
|
|
|
@import "../../../../style/themes/themes";
|
2018-05-12 23:55:02 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
@include themifyComponent() {
|
|
|
|
.sticker {
|
|
|
|
margin: 20px;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: themed(stickerPreviewBgColor);
|
2018-05-12 23:55:02 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.caption {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
.name {
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
2018-05-12 23:55:02 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.description {
|
|
|
|
color: themed(stickerPreviewFgColor);
|
|
|
|
display: block;
|
|
|
|
}
|
2018-05-12 23:55:02 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|