rtl.scss 313 B

123456789101112131415
  1. $module: #{$prefix}-empty;
  2. .#{$prefix}-rtl,
  3. .#{$prefix}-portal-rtl {
  4. .#{$module} {
  5. direction: rtl;
  6. &-horizontal {
  7. .#{$module}-content {
  8. margin-left: auto;
  9. margin-right: $spacing-empty_content_horizontal-marginLeft;
  10. }
  11. }
  12. }
  13. }