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 difference)

Revision as of 14:36, 3 December 2024

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

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