diff --git a/components/curriculum/module-list.css b/components/curriculum/module-list.css index 6fcdcfcdd..683472e5b 100644 --- a/components/curriculum/module-list.css +++ b/components/curriculum/module-list.css @@ -98,6 +98,7 @@ > input:checked + label::before { content: url("./assets/curriculum-modules-underline.svg#2"); + transform: scaleX(0.45) translate3d(-1.5rem, 0.75rem, 0); } }