| 1234567891011121314151617181920212223 |
- .vc-c-icon-layout-lg {
- &:before {
- content: @vc-c-icon-layout_default;
- }
- }
- .vc-c-icon-layout-md {
- &:before {
- content: @vc-c-icon-layout_landscape-tablets;
- }
- }
- .vc-c-icon-layout-sm {
- &:before {
- content: @vc-c-icon-layout_portrait-tablets;
- }
- }
- .vc-c-icon-layout-xs {
- &:before {
- content: @vc-c-icon-layout_portrait-smartphones;
- }
- }
|