matrix-dimension/web/app/riot/riot-home/home.component.scss

12 lines
No EOL
299 B
SCSS

// component styles are encapsulated and only applied to their components
@import "../../../style/themes/themes";
@include themifyComponent() {
.stickerpacks {
position: relative;
top: -15px;
padding-left: 10px;
font-size: 0.8em;
color: themed(stickerpacksNotifFgColor);
}
}