mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
25 lines
410 B
CSS
Executable File
25 lines
410 B
CSS
Executable File
/*
|
|
Created on : Oct 10, 2019, 4:31:41 PM
|
|
Author : Davis
|
|
*/
|
|
|
|
#register .short{
|
|
font-weight:bold;
|
|
color:#FF0000;
|
|
font-size: smaller;
|
|
}
|
|
#register .weak{
|
|
font-weight:bold;
|
|
color:orange;
|
|
font-size:smaller;
|
|
}
|
|
#register .good{
|
|
font-weight:bold;
|
|
color:#2D98F3;
|
|
font-size:smaller;
|
|
}
|
|
#register .strong{
|
|
font-weight:bold;
|
|
color: limegreen;
|
|
font-size:smaller;
|
|
} |