[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-ui / resources / scss / bootstrap-cust / _forms.scss
index 545b23e..8085274 100644 (file)
@@ -88,10 +88,11 @@ input[type=radio]:checked:before {
 
 input[type=checkbox]:checked:before {
   font-family: $icon-font-family;
-  content: "\f00c";
+  content: "\2714";
   font-size: $icon-font-size;
   color: $blue;
   text-align: center;
+       line-height: 13px;
 }
 
 .radio,