Template:Emblem/style.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 66: Line 66:
padding-right: 4%;
padding-right: 4%;
top:5%;
top:5%;
bottom: 15%;
bottom: 13%;


display: flex;
display: flex;
Line 138: Line 138:
z-index: 4;
z-index: 4;
}
}

/* Probability and amount pillows */

/*
.emblemtable span.prob,
.emblemtable span.amount {
display: inline-block;
line-height: 20px;
border-radius: 12px;
padding: 0 6px;
color: #fff;
}

.emblemtable span.prob {
background: #406ea0;
}

.emblemtable span.amount {
background: #a06c40;
font-size: 12px;
} */