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