2018-10-22 02:41:35 -04:00
|
|
|
@import "../../../style/themes/themes";
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
@include themifyComponent() {
|
|
|
|
.pack {
|
|
|
|
display: flex;
|
|
|
|
margin: 20px;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: themed(stickerpackBgColor);
|
|
|
|
color: themed(stickerpackFgColor);
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.caption {
|
|
|
|
flex: 1;
|
|
|
|
margin-left: 20px;
|
|
|
|
padding-top: 20px;
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.name {
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.description {
|
|
|
|
color: themed(stickerpackDescriptionColor);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
float: right;
|
|
|
|
}
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.author, .license {
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: themed(stickerpackAuthorLicenseColor);
|
2018-05-13 01:51:31 -04:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
a {
|
|
|
|
color: themed(stickerpackAuthorLicenseColor);
|
|
|
|
}
|
2018-05-13 01:51:31 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|