PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / src / scss / editor.scss

editor.scss in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.1.4, at src/scss/editor.scss

166 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #elementor-panel-category-ultimate-store-kit .elementor-element:hover .icon,
2 #elementor-panel-category-ultimate-store-kit .elementor-element:hover .title {
3 color: #EF233C
4 }
5
6 #elementor-panel-category-ultimate-store-kit .elementor-element:hover .icon .usk-widget-icon:after,
7 #elementor-panel-category-ultimate-store-kit .elementor-element:hover .title .usk-widget-icon:after {
8 opacity: 1
9 }
10
11 .elementor-element .icon {
12 position: relative
13 }
14
15 .elementor-element .icon .usk-widget-icon:after {
16 content: "\e997";
17 position: absolute;
18 font-family: 'ultimate-store-kit';
19 right: 8px;
20 top: 8px;
21 font-size: 14px;
22 opacity: .7;
23 }
24
25 .elementor-element .icon .usk-widget-icon.usk-new:after {
26 color: #EF233C;
27 opacity: 1
28 }
29
30 .usk-pro-control,
31 .usk-new-control {
32 &:after {
33 color: #fff;
34 font-size: 7px;
35 font-weight: 700;
36 border-radius: 2px;
37 padding: 3px 4px;
38 margin-left: 5px;
39 vertical-align: middle;
40 }
41 }
42
43 .usk-new-control {
44 &:after {
45 content: 'NEW';
46 background-color: orangered;
47 }
48 }
49
50 .usk-pro-control {
51 &:after {
52 content: 'PRO';
53 background-color: #e62a3f;
54 }
55 }
56
57
58 #elementor-panel #elementor-controls .usk-disabled-control .elementor-control-input-wrapper {
59 pointer-events: none !important;
60 opacity: 0.4;
61 }
62
63 #elementor-panel #elementor-controls .usk-disabled-control .elementor-control-field {
64 pointer-events: none !important;
65 }
66
67 #elementor-panel #elementor-controls .usk-disabled-control .elementor-control-field:before {
68 background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
69 height: 6px;
70 width: 18px;
71 margin-bottom: 6px;
72 background-size: 100% auto !important;
73 content: "";
74 display: none;
75 position: absolute;
76 right: 35px;
77 top: 0;
78 }
79
80 #elementor-panel #elementor-controls .usk-disabled-control .elementor-control-field:after {
81 content: "This is a pro control, available with Ultimate Store Kit Pro version.";
82 padding: 10px;
83 display: none;
84 position: absolute;
85 top: -52px;
86 right: 20px;
87 width: 220px;
88 text-align: left;
89 background-color: rgba(0, 0, 0, 0.8);
90 border-radius: 3px;
91 color: #fff;
92 z-index: 10;
93 line-height: 16px;
94 pointer-events: none;
95 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
96 }
97
98 #elementor-panel #elementor-controls .usk-disabled-control:hover .elementor-control-field:after,
99 #elementor-panel #elementor-controls .usk-disabled-control:hover .elementor-control-field:before {
100 display: block;
101 }
102
103 //WooCommerce
104 .woocommerce .usk-product-image {
105 .woocommerce-product-gallery__trigger {
106 background: #fff;
107 border: none;
108 box-sizing: content-box;
109 border-radius: 100%;
110 cursor: pointer;
111 font-size: 2em;
112 height: 36px;
113 padding: 0;
114 position: absolute;
115 right: .5em;
116 text-indent: -9999px;
117 top: .5em;
118 width: 36px;
119 z-index: 99;
120 &::before {
121 border: 2px solid #000;
122 border-radius: 100%;
123 box-sizing: content-box;
124 content: "";
125 display: block;
126 height: 10px;
127 left: 9px;
128 top: 9px;
129 position: absolute;
130 width: 10px;
131 }
132 &::after {
133 background: #000;
134 border-radius: 6px;
135 box-sizing: content-box;
136 content: "";
137 display: block;
138 height: 8px;
139 left: 22px;
140 position: absolute;
141 top: 19px;
142 transform: rotate(-45deg);
143 width: 2px;
144 }
145 }
146 div.images img {
147 display: block;
148 width: 100%;
149 height: auto;
150 box-shadow: none;
151 }
152 div.images .flex-control-thumbs li {
153 width: 25%;
154 float: left;
155 margin: 0;
156 list-style: none;
157 cursor: pointer;
158 }
159 div.images .flex-control-thumbs {
160 overflow: hidden;
161 zoom: 1;
162 margin: 0;
163 padding: 0;
164 }
165 }
166