| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @font-face {
- font-family: @vc_arrows_font;
- src: url('@{vc_arrows_path_eot}?-9hbgac');
- src: url('@{vc_arrows_path_eot}?#iefix-9hbgac') format('embedded-opentype'),
- url('@{vc_arrows_path_woff}?-9hbgac') format('woff'),
- url('@{vc_arrows_path_ttf}?-9hbgac') format('truetype'),
- url('@{vc_arrows_path_svg}?-9hbgac#@{vc_arrows_font}') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="vc_arrow-icon-"], [class*=" vc_arrow-icon-"] {
- font-family: @vc_arrows_font;
- 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_arrow-icon-minus:before {
- content: "\e61c";
- }
- .vc_arrow-icon-plus:before {
- content: "\e61d";
- }
- .vc_arrow-icon-arrow_down:before {
- content: "\e61e";
- }
- .vc_arrow-icon-arrow_up:before {
- content: "\e61f";
- }
- .vc_arrow-icon-arrow_01_left:before {
- content: "\e600";
- }
- .vc_arrow-icon-arrow_01_right:before {
- content: "\e601";
- }
- .vc_arrow-icon-arrow_02_left:before {
- content: "\e602";
- }
- .vc_arrow-icon-arrow_02_right:before {
- content: "\e603";
- }
- .vc_arrow-icon-arrow_03_left:before {
- content: "\e604";
- }
- .vc_arrow-icon-arrow_03_right:before {
- content: "\e605";
- }
- .vc_arrow-icon-arrow_04_left:before {
- content: "\e606";
- }
- .vc_arrow-icon-arrow_04_right:before {
- content: "\e607";
- }
- .vc_arrow-icon-arrow_05_left:before {
- content: "\e608";
- }
- .vc_arrow-icon-arrow_05_right:before {
- content: "\e609";
- }
- .vc_arrow-icon-arrow_06_left:before {
- content: "\e60a";
- }
- .vc_arrow-icon-arrow_06_right:before {
- content: "\e60b";
- }
- .vc_arrow-icon-arrow_07_left:before {
- content: "\e60c";
- }
- .vc_arrow-icon-arrow_07_right:before {
- content: "\e60d";
- }
- .vc_arrow-icon-arrow_08_left:before {
- content: "\e60e";
- }
- .vc_arrow-icon-arrow_08_right:before {
- content: "\e60f";
- }
- .vc_arrow-icon-arrow_09_left:before {
- content: "\e610";
- }
- .vc_arrow-icon-arrow_09_right:before {
- content: "\e611";
- }
- .vc_arrow-icon-arrow_10_left:before {
- content: "\e612";
- }
- .vc_arrow-icon-arrow_10_right:before {
- content: "\e613";
- }
- .vc_arrow-icon-arrow_11_left:before {
- content: "\e614";
- }
- .vc_arrow-icon-arrow_11_right:before {
- content: "\e615";
- }
- .vc_arrow-icon-arrow_12_left:before {
- content: "\e616";
- }
- .vc_arrow-icon-arrow_12_right:before {
- content: "\e617";
- }
- .vc_arrow-icon-navicon:before {
- content: "\f0c9";
- }
|