23 lines
362 B
Plaintext
23 lines
362 B
Plaintext
.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;
|
|
}
|
|
} |