More actions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 5: | Line 5: | ||
margin-top: 1rem; |
margin-top: 1rem; |
||
margin-bottom: 2rem; |
margin-bottom: 2rem; |
||
background: |
background: red; |
||
border-radius: 2rem; |
border-radius: 2rem; |
||
color: grey; |
color: grey; |
Revision as of 00:27, 29 September 2024
.hatnote-container {
display: flex;
align-items: center;
padding: 1rem;
margin-top: 1rem;
margin-bottom: 2rem;
background: red;
border-radius: 2rem;
color: grey;
font-size: small;
line-height: 1;
}
.hatnote-icon img {
display: block;
width: 1rem;
height: auto;
margin-right: 1rem;
opacity: 0.5;
filter: grayscale(70%);
}