Template:Quality/styles.css

From ContactsLaw Documentation
< Template:Quality
Revision as of 14:36, 3 December 2024 by Bradley Smith (talk | contribs) (Created page with ".quality { background-color: #eaecf0; border: 1px solid #c8ccd1; padding: 3px; } .quality ::before { content: '⚠️'; margin-right: 3px; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.quality {
   background-color: #eaecf0;
   border: 1px solid #c8ccd1;
   padding: 3px;
}

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