nodebb-plugin-search-mtg
Version:
NodeBB plugin allowing the forum users to search & display Magic the Gathering cards
31 lines (27 loc) • 447 B
text/less
.mtg-modal {
#mtg-results {
overflow-x: auto;
white-space: nowrap;
img {
display: inline-block;
height: 12rem;
padding-top: 1rem;
cursor: pointer;
&:hover {
opacity: 0.8;
}
}
}
}
/* Composer formatting icon override */
.fa-mtg::before {
content: 'MTG';
font-size: 1rem;
font-family: sans;
background: #333;
color: #fff;
padding: 0.25rem 0.5rem;
border-radius: 0.5em;
position: relative;
top: -0.2rem;
}