Improvement radio buttons

The icon not was centralized.
pull/188/head
jairorudas 2016-10-14 16:44:15 -03:00
parent f89cdf0916
commit f130eb917d
1 changed files with 6 additions and 3 deletions

View File

@ -226,7 +226,7 @@ label.custom-checkbox {
color: $default-text;
content: "\a0";
background-color: transparent;
border: 1px solid $border;
border: 2px solid $border;
border-radius: 0;
display: inline-block;
text-align: center;
@ -264,14 +264,17 @@ label.custom-radio {
& + span {
&:before {
content: "\f111";
font-weight: $font-bold;
padding-right: .87px;
}
}
}
}
& > span {
&:before {
border-radius: 16px;
font-size: 9px;
border-radius: 100%;
font-size: 11px;
}
}
}