| 1 |
/*!****************************************************************************************************************************************************************************************************************!*\ |
| 2 |
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/css/editor.scss ***! |
| 3 |
\****************************************************************************************************************************************************************************************************************/ |
| 4 |
.elementor-control.bpc-pro-control::after { |
| 5 |
content: ""; |
| 6 |
position: absolute; |
| 7 |
width: 100%; |
| 8 |
height: 100%; |
| 9 |
display: block; |
| 10 |
top: 0; |
| 11 |
left: 0; |
| 12 |
bottom: 0; |
| 13 |
right: 0; |
| 14 |
z-index: 99; |
| 15 |
background: transparent; |
| 16 |
} |
| 17 |
|
| 18 |
.elementor-control.bpc-pro-control .bpc-pro-label { |
| 19 |
color: red; |
| 20 |
font-weight: bold; |
| 21 |
font-size: 11px; |
| 22 |
} |
| 23 |
|
| 24 |
.elementor-control.bpc-pro-control .eicon-pro-icon:before { |
| 25 |
color: #b4b5b7; |
| 26 |
margin-left: 4px; |
| 27 |
font-size: 14px; |
| 28 |
} |
| 29 |
|
| 30 |
.elementor-element-wrapper:not(.elementor-element--promotion) [class^=bp-icon]:after, |
| 31 |
.elementor-element-wrapper:not(.elementor-element--promotion) [class*=" bp-icon"]:after { |
| 32 |
content: "\e92a"; |
| 33 |
font-family: "bp-icon" !important; |
| 34 |
speak: none; |
| 35 |
font-size: 14px; |
| 36 |
font-style: normal; |
| 37 |
font-weight: normal; |
| 38 |
font-variant: normal; |
| 39 |
text-transform: none; |
| 40 |
line-height: 1; |
| 41 |
-webkit-font-smoothing: antialiased; |
| 42 |
-moz-osx-font-smoothing: grayscale; |
| 43 |
position: absolute; |
| 44 |
top: 6px; |
| 45 |
right: 6px; |
| 46 |
color: #cdcfd2; |
| 47 |
} |
| 48 |
|
| 49 |
#elementor-panel__editor__help__link[href^="https://betterpayment.co/docs/"]:before { |
| 50 |
content: "\e92a"; |
| 51 |
font-family: "bp-icon" !important; |
| 52 |
font-size: 190%; |
| 53 |
font-style: normal; |
| 54 |
font-weight: normal; |
| 55 |
font-variant: normal; |
| 56 |
text-transform: none; |
| 57 |
line-height: 1; |
| 58 |
-webkit-font-smoothing: antialiased; |
| 59 |
-moz-osx-font-smoothing: grayscale; |
| 60 |
margin-right: 7px; |
| 61 |
} |
| 62 |
|