Template:Prealpha/styles.css: Difference between revisions

From ContactsLaw Documentation
No edit summary
No edit summary
Line 1: Line 1:
.prealpha {
.prealpha {
   background-color: silver;
   background-color: #eaecf0;
   border: 1px solid gray;
   border: 1px solid #c8ccd1;
}
}


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

Revision as of 13:33, 28 April 2023

.prealpha {
   background-color: #eaecf0;
   border: 1px solid #c8ccd1;
}

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