Injecting global verification badge style

From GovPillars
Jump to navigation Jump to search

/* Global Title Verification Badge for Desktop (Vector) and Mobile (Minerva) */ .firstHeading::after, .mw-first-heading::after {

   content: "";
   display: inline-block;
   width: 22px;
   height: 22px;
   margin-left: 8px;
   vertical-align: middle;
   background: url('/images/Verified.png') no-repeat center center;
   background-size: contain;

}