diff --git a/app/assets/stylesheets/molecules/_forms.scss b/app/assets/stylesheets/molecules/_forms.scss index ada651f..3409745 100644 --- a/app/assets/stylesheets/molecules/_forms.scss +++ b/app/assets/stylesheets/molecules/_forms.scss @@ -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%; } } }