Enlarge mdRadio touchable area (#609)

#608
This commit is contained in:
zcyzcy88 2017-03-20 19:06:44 -05:00 committed by Marcos Moura
parent bec42aa4d0
commit e2fe0f0743

View file

@ -17,6 +17,18 @@ $radio-ripple-size: 48px;
border: 2px solid rgba(#000, .54);
transition: $swift-ease-out;
&:before {
width: $checkbox-touch-size;
height: $checkbox-touch-size;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
transition: $swift-ease-in;
content: " ";
}
&:after {
position: absolute;
top: 3px;