User:Aesulus/Membership box.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
.membership-emotes {
display: flex;
flex-flow: row wrap;
}
 
.membership-emotes ul {
list-style-type: none;
margin: 0;
padding: 0;
}
 
Line 12 ⟶ 17:
width: 32px;
height: 32px;
}
 
.membership-table {
display: flex;
flex-flow: row wrap;
}
 
.membership-header {
background-color: #C90D40;
color: #FFFFFF;
text-align: center;
font-weight: bold;
padding: 0.2em;
}