PluginProbe
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More / 2.3.4
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More v2.3.4
2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.2 2.1.1 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 66 releases
better-payment / assets / css / editor.css

editor.css in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.3.4, at assets/css/editor.css

62 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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