Template:Quality/styles.css: Difference between revisions

From ContactsLaw Documentation
(Created page with ".quality { background-color: #eaecf0; border: 1px solid #c8ccd1; padding: 3px; } .quality ::before { content: '⚠️'; margin-right: 3px; }")
 
No edit summary
 
Line 5: Line 5:
}
}


.quality ::before {
.quality::before {
     content: '⚠️';
     content: '⚠️';
     margin-right: 3px;
     margin-right: 3px;
}
}

Latest revision as of 14:39, 3 December 2024

.quality {
   background-color: #eaecf0;
   border: 1px solid #c8ccd1;
   padding: 3px;
}

.quality::before {
    content: '⚠️';
    margin-right: 3px;
}