Template:Prealpha/styles.css: Difference between revisions

From ContactsLaw Documentation
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.prealpha {
.prealpha {
   background-color: silver;
   background-color: #eaecf0;
   border: 1px solid gray;
   border: 1px solid #c8ccd1;
  padding: 3px;
}
}


.prealpha::before {
.prealpha::before {
     content: '⚠️';
     content: '⚠️';
     margin-right: 6px;
     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;
}