Adjusts googly-eye radio buttons

This commit is contained in:
Jennifer Siegfried 2016-08-04 07:50:31 -06:00
parent b3be05f457
commit 0562c1ffa2

View File

@ -140,8 +140,10 @@ textarea {
&:before {
content: '';
position: absolute;
left:0; top: 2px;
width: 20px; height: 20px;
left:0;
top: 2px;
width: 20px;
height: 20px;
box-shadow: 0;
border: 1px solid $primary-color;
background: transparent;
@ -156,10 +158,14 @@ textarea {
&:checked {
+ label {
&:after {
content: '\2022';
font-size: 28px;
top: 1px;
left: 2px;
content: '';
position: absolute;
width: 8px;
height: 8px;
top: 8px;
left: 6px;
background-color: $primary-color;
border-radius: 100%;
}
}
}