aliases.less 362 B

1234567891011121314151617181920212223
  1. .vc-c-icon-layout-lg {
  2. &:before {
  3. content: @vc-c-icon-layout_default;
  4. }
  5. }
  6. .vc-c-icon-layout-md {
  7. &:before {
  8. content: @vc-c-icon-layout_landscape-tablets;
  9. }
  10. }
  11. .vc-c-icon-layout-sm {
  12. &:before {
  13. content: @vc-c-icon-layout_portrait-tablets;
  14. }
  15. }
  16. .vc-c-icon-layout-xs {
  17. &:before {
  18. content: @vc-c-icon-layout_portrait-smartphones;
  19. }
  20. }