PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.5.0
Easy Elements for Elementor – Addons & Website Templates v1.5.0
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / assets / css / editor.css

editor.css in Easy Elements for Elementor – Addons & Website Templates 1.5.0, at assets/css/editor.css

99 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .elementor-icons-manager__tab-link i.easy-elements-icon{
2 width: 40px;
3 height: 40px;
4 content: "";
5 border-radius: 100%;
6 background: url(../img/icons/easy-editor-logo.svg) no-repeat center center/cover;
7 display: inline-block;
8 position: relative;
9 top: 10px;
10 margin-right: 6px;
11 }
12 .align-left {
13 display: block;
14 margin-left: 0;
15 margin-right: auto;
16 }
17
18 .align-center {
19 display: block;
20 margin-left: auto;
21 margin-right: auto;
22 }
23
24 .align-right {
25 display: block;
26 margin-left: auto;
27 margin-right: 0;
28 }
29
30 .rts-elementor-icon-list-items {
31 display: flex;
32 padding: 0;
33 margin: 0;
34 list-style: none;
35 }
36 .rts-elementor-icon-list-items .rts-elementor-icon-list-item .rts-elementor-icon-list-icon svg {
37 height: 16px;
38 width: 16px;
39 }
40
41
42 .elementor-navigator__element-widget .elementor-navigator__element__element-type i.easy-elements-icon{
43 width: 15px;
44 height: 15px;
45 content: "";
46 border-radius: 100%;
47 background: url(../img/icons/easy-small.svg) no-repeat center center/cover;
48 display: inline-block;
49 position: relative;
50 top: 0;
51 margin-right: 0;
52 }
53
54 .elementor-panel .elementor-element .icon .easyicon::after {
55 content: "";
56 position: absolute;
57 top: 8px;
58 right: 8px;
59 width: 12px;
60 height: 12px;
61 background-image: url(../img/easy-dashicon.png);
62 background-position: center center;
63 background-size: cover;
64 filter: grayscale(0);
65 transition: .3s;
66 }
67
68 .easy-extension-badge {
69 position: absolute;
70 right: 15px;
71 }
72
73 .easy-extension-badge::after {
74 content: "";
75 display: inline-block;
76 vertical-align: middle;
77 width: 15px;
78 height: 15px;
79 background-image: url(../img/easy-dashicon.png);
80 background-position: center center;
81 background-size: cover;
82 }
83
84 .easy-elements-add-template-button img {
85 width: 40px;
86 height: 40px;
87 border-radius: 50%;
88 }
89
90 .elementor-control-easyel_custom_contents_ordering .elementor-repeater-tool-duplicate,
91 .elementor-control-easyel_custom_contents_ordering .elementor-repeater-tool-remove,
92 .elementor-control-easyel_custom_contents_ordering .elementor-repeater-add
93 {
94 display: none !important;
95 }
96
97 .easyel-bounce-wrapper {
98 position: absolute !important;
99 }