matrix-dimension/web/app/configs/stickerpicker/stickerpicker.component.scss
Travis Ralston 7a0af05ac4 Sticker pack selection (without widget)
This is the UI where the user can pick which stickers they want. This does not add the widget yet though.

Helps towards #156
2018-05-12 23:51:31 -06:00

38 lines
542 B
SCSS

.pack {
display: flex;
margin: 20px;
padding: 5px;
background-color: #f6fbff;
.caption {
flex: 1;
margin-left: 20px;
padding-top: 20px;
.name {
font-size: 1.1em;
font-weight: bold;
display: block;
}
.description {
color: #7d7d7d;
display: block;
}
.toggle-switch {
margin-top: 20px;
margin-right: 10px;
float: right;
}
.author, .license {
font-size: 0.8em;
color: #7d7d7d;
a {
color: #7d7d7d;
}
}
}
}