vendor
7 years ago
addons.css
9 years ago
admin.css
5 years ago
el-icon.css
4 years ago
embedpress-elementor.css
4 years ago
embedpress.css
4 years ago
font.css
7 years ago
index.html
7 years ago
preview.css
6 years ago
el-icon.css
60 lines
| 1 | @font-face { |
| 2 | font-family: 'el-icon'; |
| 3 | src: url('../fonts/el-icon.eot?u9p5gz'); |
| 4 | src: url('../fonts/el-icon.eot?u9p5gz#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/el-icon.ttf?u9p5gz') format('truetype'), |
| 6 | url('../fonts/el-icon.woff?u9p5gz') format('woff'), |
| 7 | url('../fonts/el-icon.svg?u9p5gz#el-icon') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | font-display: block; |
| 11 | } |
| 12 | |
| 13 | [class^="icon-"], [class*=" icon-"] { |
| 14 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 15 | font-family: 'el-icon' !important; |
| 16 | speak: never; |
| 17 | font-style: normal; |
| 18 | font-weight: normal; |
| 19 | font-variant: normal; |
| 20 | text-transform: none; |
| 21 | line-height: 1; |
| 22 | |
| 23 | /* Better Font Rendering =========== */ |
| 24 | -webkit-font-smoothing: antialiased; |
| 25 | -moz-osx-font-smoothing: grayscale; |
| 26 | } |
| 27 | |
| 28 | .icon-embedpress:before { |
| 29 | content: "\e900"; |
| 30 | } |
| 31 | |
| 32 | .icon-pdf:before { |
| 33 | content: "\e926"; |
| 34 | } |
| 35 | /*EmbedPress Pro Controls Style Starts*/ |
| 36 | .elementor-control.embedpress-pro-control{ |
| 37 | position: relative; |
| 38 | opacity: .9; |
| 39 | } |
| 40 | /*Second long class needed for yt channel link control, otherwise it wont get effected.*/ |
| 41 | .elementor-control.embedpress-pro-control::before, |
| 42 | .elementor-control.elementor-control-yt_sub_channel.elementor-control-type-text.embedpress-pro-control.elementor-label-block.elementor-control-separator-default.elementor-control-dynamic::before{ |
| 43 | content: ''; |
| 44 | position: absolute; |
| 45 | width: 100%; |
| 46 | height: 100%; |
| 47 | display: block; |
| 48 | top: 0; |
| 49 | left: 0; |
| 50 | bottom: 0; |
| 51 | right: 0; |
| 52 | z-index: 99; |
| 53 | background: transparent; |
| 54 | } |
| 55 | |
| 56 | |
| 57 | .elementor-control.elementor-control-embedpress_pro_section.elementor-control-type-section.elementor-label-inline.elementor-control-separator-none .elementor-panel-heading-title { |
| 58 | color: #ff5544; |
| 59 | } |
| 60 | /*EmbedPress Pro Controls Style Ends*/ |