MediaWiki:Attributes.css: Difference between revisions
Jump to navigation
Jump to search
Test run |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.attribute-pill- | .attribute-pill-beauty { | ||
background-color: #25c2b4; | background-color: #25c2b4; | ||
} | } | ||
Revision as of 10:02, 30 August 2025
.attribute-pill {
display: inline-flex;
align-items: center;
border-radius: 16px;
padding: 0 8px;
height: 25px;
color: #333333;
line-height: 1;
position: relative;
}
.attribute-pill-beauty {
background-color: #25c2b4;
}
.attribute-area-icon {
width: 32px;
height: 32px;
background-color: white;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 5px;
position: relative;
border: 2px solid #989daf;
}