237 lines
4.1 KiB
Plaintext
237 lines
4.1 KiB
Plaintext
@font-face {
|
|
font-family: 'VC-Icons';
|
|
src:
|
|
url('@{icomoon-font-path}/VC-Icons.ttf?otu1sf') format('truetype'),
|
|
url('@{icomoon-font-path}/VC-Icons.woff?otu1sf') format('woff'),
|
|
url('@{icomoon-font-path}/VC-Icons.svg?otu1sf#VC-Icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.vc-composer-icon {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'VC-Icons' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.vc-c-icon-sync {
|
|
&:before {
|
|
content: @vc-c-icon-sync;
|
|
}
|
|
}
|
|
.vc-c-icon-lock_outline {
|
|
&:before {
|
|
content: @vc-c-icon-lock_outline;
|
|
}
|
|
}
|
|
.vc-c-icon-layout_portrait-smartphones {
|
|
&:before {
|
|
content: @vc-c-icon-layout_portrait-smartphones;
|
|
}
|
|
}
|
|
.vc-c-icon-layout_default {
|
|
&:before {
|
|
content: @vc-c-icon-layout_default;
|
|
}
|
|
}
|
|
.vc-c-icon-fullscreen_exit {
|
|
&:before {
|
|
content: @vc-c-icon-fullscreen_exit;
|
|
}
|
|
}
|
|
.vc-c-icon-fullscreen {
|
|
&:before {
|
|
content: @vc-c-icon-fullscreen;
|
|
}
|
|
}
|
|
.vc-c-icon-home {
|
|
&:before {
|
|
content: @vc-c-icon-home;
|
|
}
|
|
}
|
|
.vc-c-icon-content_copy {
|
|
&:before {
|
|
content: @vc-c-icon-content_copy;
|
|
}
|
|
}
|
|
.vc-c-icon-mode_edit {
|
|
&:before {
|
|
content: @vc-c-icon-mode_edit;
|
|
}
|
|
}
|
|
.vc-c-icon-add {
|
|
&:before {
|
|
content: @vc-c-icon-add;
|
|
}
|
|
}
|
|
.vc-c-icon-cog {
|
|
&:before {
|
|
content: @vc-c-icon-cog;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_back {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_back;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_downward {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_downward;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_drop_down {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_drop_down;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_drop_up {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_drop_up;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_forward {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_forward;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_upward {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_upward;
|
|
}
|
|
}
|
|
.vc-c-icon-check {
|
|
&:before {
|
|
content: @vc-c-icon-check;
|
|
}
|
|
}
|
|
.vc-c-icon-close {
|
|
&:before {
|
|
content: @vc-c-icon-close;
|
|
}
|
|
}
|
|
.vc-c-icon-search {
|
|
&:before {
|
|
content: @vc-c-icon-search;
|
|
}
|
|
}
|
|
.vc-c-icon-add_template {
|
|
&:before {
|
|
content: @vc-c-icon-add_template;
|
|
}
|
|
}
|
|
.vc-c-icon-add_element {
|
|
&:before {
|
|
content: @vc-c-icon-add_element;
|
|
}
|
|
}
|
|
.vc-c-icon-dragndrop {
|
|
&:before {
|
|
content: @vc-c-icon-dragndrop;
|
|
}
|
|
}
|
|
.vc-c-icon-minimize_up {
|
|
&:before {
|
|
content: @vc-c-icon-minimize_up;
|
|
}
|
|
}
|
|
.vc-c-icon-minimize {
|
|
&:before {
|
|
content: @vc-c-icon-minimize;
|
|
}
|
|
}
|
|
.vc-c-icon-layout_landscape-smartphones {
|
|
&:before {
|
|
content: @vc-c-icon-layout_landscape-smartphones;
|
|
}
|
|
}
|
|
.vc-c-icon-layout_landscape-tablets {
|
|
&:before {
|
|
content: @vc-c-icon-layout_landscape-tablets;
|
|
}
|
|
}
|
|
.vc-c-icon-row_default_fe {
|
|
&:before {
|
|
content: @vc-c-icon-row_default_fe;
|
|
}
|
|
}
|
|
.vc-c-icon-arrow_drop_right {
|
|
&:before {
|
|
content: @vc-c-icon-arrow_drop_right;
|
|
}
|
|
}
|
|
.vc-c-icon-1-4_3-4 {
|
|
&:before {
|
|
content: @vc-c-icon-1-4_3-4;
|
|
}
|
|
}
|
|
.vc-c-icon-1-1 {
|
|
&:before {
|
|
content: @vc-c-icon-1-1;
|
|
}
|
|
}
|
|
.vc-c-icon-1-2_1-2 {
|
|
&:before {
|
|
content: @vc-c-icon-1-2_1-2;
|
|
}
|
|
}
|
|
.vc-c-icon-1-3_1-3_1-3 {
|
|
&:before {
|
|
content: @vc-c-icon-1-3_1-3_1-3;
|
|
}
|
|
}
|
|
.vc-c-icon-1-4_1-2_1-4 {
|
|
&:before {
|
|
content: @vc-c-icon-1-4_1-2_1-4;
|
|
}
|
|
}
|
|
.vc-c-icon-1-4_1-4_1-4_1-4 {
|
|
&:before {
|
|
content: @vc-c-icon-1-4_1-4_1-4_1-4;
|
|
}
|
|
}
|
|
.vc-c-icon-1-6_1-6_1-6_1-2 {
|
|
&:before {
|
|
content: @vc-c-icon-1-6_1-6_1-6_1-2;
|
|
}
|
|
}
|
|
.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6 {
|
|
&:before {
|
|
content: @vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6;
|
|
}
|
|
}
|
|
.vc-c-icon-1-6_2-3_1-6 {
|
|
&:before {
|
|
content: @vc-c-icon-1-6_2-3_1-6;
|
|
}
|
|
}
|
|
.vc-c-icon-2-3_1-3 {
|
|
&:before {
|
|
content: @vc-c-icon-2-3_1-3;
|
|
}
|
|
}
|
|
.vc-c-icon-5-6_1-6 {
|
|
&:before {
|
|
content: @vc-c-icon-5-6_1-6;
|
|
}
|
|
}
|
|
.vc-c-icon-layout_portrait-tablets {
|
|
&:before {
|
|
content: @vc-c-icon-layout_portrait-tablets;
|
|
}
|
|
}
|
|
.vc-c-icon-delete_empty {
|
|
&:before {
|
|
content: @vc-c-icon-delete_empty;
|
|
}
|
|
}
|
|
|