$space-lines: 14px; $padding-for-sub-level: 28px; .checkbox-item{ margin: $space-lines 0; .sdc-checkbox__label{ @include body-2-emphasis; } .semi-checked{ .sdc-checkbox__label:before{ background: no-repeat url('data:image/svg+xml;utf8,'); } } } .checkbox-sublist{ padding-left: $padding-for-sub-level; .checkbox-item{ .sdc-checkbox__label{ @include body-2; } } }