fallback.scss 515 B

123456789101112131415161718192021
  1. @supports not (color: revert) {
  2. .#{$module}-content{
  3. margin-left: $spacing-checkbox_label-paddingLeft;
  4. .#{$module}-extra{
  5. margin-top: $spacing-checkbox_extra-marginTop;
  6. }
  7. }
  8. .#{$module}Group-horizontal{
  9. .#{$module}{
  10. margin-right: $spacing-checkbox_group_horizontal-marginRight;
  11. }
  12. }
  13. .#{$module}Group-vertical{
  14. &>.#{$module}{
  15. margin-bottom: $spacing-checkbox_group_vertical_item-marginBottom;
  16. }
  17. }
  18. }