nodebb-plugin-ns-awards-next
Version:
System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.
21 lines (19 loc) • 633 B
CSS
/**
* Retrieves a color value from the $material-colors Sass map
* Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
*
* @function
* @param {string} color-name - quoted, lower-case, dasherized color
* name (e.g. 'pink', 'amber')
* @param {string} [color-variant='500'] - quoted, lowercase color variant (e.g.
* '200', 'a100')
*/
.ns-awards-topic {
display: flex;
flex-flow: row wrap;
margin: 8px 0; }
.ns-awards-topic__item {
flex: 0 0 auto;
height: 32px;
margin: 4px;
width: 32px; }