Template:Prealpha/styles.css: Difference between revisions

From ContactsLaw Documentation
(Created page with ".prealpha { color: red; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.prealpha {
.prealpha {
   color: red;
   background-color: #eaecf0;
  border: 1px solid #c8ccd1;
  padding: 3px;
}
 
.prealpha::before {
    content: '⚠️';
    margin-right: 3px;
}
}

Latest revision as of 13:34, 28 April 2023

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

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