You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
992 B
CSS

.default_box {border:3px double black !important; background-color: #FFFFFF !important; text-align: center; font-size: 14px; line-height: 25px; font-weight: 600; }
.none_complete_box {border:3px double black !important; background-color: #FDC006 !important; text-align: center; font-size: 14px; line-height: 25px; font-weight: 600; }
.complete_box {border:3px double black !important; background-color: #81D5FA !important; text-align: center; font-size: 14px; line-height: 25px; font-weight: 600; }
.error_box {border:3px double black !important; background-color: #FF0000 !important; text-align: center; font-size: 14px; line-height: 25px; font-weight: 600; }
.line_box_white {border:1px solid black !important; background-color: #FFFFFF !important; }
.line_box_purple {border:1px solid black !important; background-color: #8080FF !important; }
.error_red {border:1px solid black !important; background-color: #D71827 !important; }
.border_deepBlue {border:3px solid #000080 !important;}