Fix prettier issues

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-03-03 19:59:19 -03:00
committed by Dan Schaper
parent 0b7e2e3ce4
commit 2d5e97380a

View File

@@ -531,7 +531,7 @@ td.details-control {
.login-help {
padding: 6px;
background: rgba(127, 127, 127,0.05);
background: rgba(127, 127, 127, 0.05);
text-align: center;
}
@@ -548,7 +548,7 @@ td.details-control {
}
/*** Accessibility - Add focus for checkboxes and radio buttons (icheck) ***/
[class*=icheck-]>input:first-child:focus+label::before {
[class*="icheck-"] > input:first-child:focus + label::before {
outline: 1px #3c8dbc solid;
border-color: #3c8dbc;
}