Difference between revisions of "Template:Infobox comorbidity/styles.css"

From WikiAnesthesia
(Created page with ".text-critical { color: magenta; font-weight: bold; } .text-high { color: red; font-weight: bold; } .text-moderate { color: orange; font-weight: bold; } .text-l...")
 
 
Line 1: Line 1:
.text-critical {
.text-Critical {
   color: magenta;
   color: magenta;
   font-weight: bold;
   font-weight: bold;
}
}


.text-high {
.text-High {
   color: red;
   color: red;
   font-weight: bold;
   font-weight: bold;
}
}


.text-moderate {
.text-Moderate {
   color: orange;
   color: orange;
   font-weight: bold;
   font-weight: bold;
}
}


.text-low {
.text-Low {
   color: inherit;
   color: inherit;
   font-weight: bold;
   font-weight: bold;
}
}

Latest revision as of 06:23, 10 February 2021

.text-Critical {
  color: magenta;
  font-weight: bold;
}

.text-High {
  color: red;
  font-weight: bold;
}

.text-Moderate {
  color: orange;
  font-weight: bold;
}

.text-Low {
  color: inherit;
  font-weight: bold;
}