PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.2.2
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.2.2
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 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 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / frontend / src / styles.scss
wp-all-export / frontend / src Last commit date
advancedAttributes 7 years ago availabilityPrice 7 years ago basicInformation 7 years ago common 7 years ago detailedInformation 7 years ago productCategories 7 years ago shipping 7 years ago styles 7 years ago uniqueIdentifiers 7 years ago app.js 7 years ago common.scss 7 years ago styles.scss 7 years ago
styles.scss
278 lines
1 @import "common";
2
3 .slide-toggle{
4 transition: 0.6s ease-in-out;
5 -webkit-transition: 0.6s ease-in-out;
6
7 }
8
9 #googleMerchants {
10
11 .adjust-price {
12
13 input {
14 border-radius: 5px 0 0 5px !important;
15 border-right:none;
16 }
17
18 select {
19 margin-left:0; width: 50px;
20 border-radius: 0 5px 5px 0 !important;
21 background-position: right 5px top 9px;
22 }
23
24 .tooltip-container {
25 margin-top: 5px;
26 }
27 }
28
29 .adjust-price-link {
30 display: block;
31 margin-top:5px;
32 }
33
34 div.input label{
35 color: #000;
36 }
37
38 p {
39 margin-top: 0;
40 }
41
42 select {
43 width: 400px;
44 margin:10px 0 10px 0;
45 -webkit-appearance:none;
46 height: 40px;
47 border: 1px solid #ddd;
48 border-radius: 4px;
49 -moz-border-radius: 4px;
50 -khtml-border-radius: 4px;
51 -webkit-border-radius: 4px;
52 color: #777;
53 font-size: 15px;
54 position: relative;
55 padding-left: 9px;
56 cursor: pointer;
57 top: 0;
58 background-image: url(../static/img/ddown.png);
59 background-repeat: no-repeat;
60 background-position: right 9px top 8px;
61 }
62
63 select:focus {
64 outline: none;
65 }
66
67 select.inner {
68 margin-left: 26px;
69 }
70
71 .pointer {
72 cursor:pointer;
73 }
74
75 .wpallexport-collapsed-content{
76 display: block;
77 padding:0;
78 }
79
80 .wpallexport-collapsed-content-inner{
81 padding-top: 5px;
82 }
83
84 .wpallexport-section {
85 display: block;
86 }
87
88 .wpallexport-content-section {
89 padding-bottom: 0;
90 margin-bottom: 10px;
91 }
92
93 .wpallexport-help {
94 position: relative;
95 top: -2px;
96 }
97
98 .wpallexport-collapsed-header:not(.wpallexport-advanced-options-header) {
99 margin-bottom: 15px;
100 padding-left: 24px;
101 }
102
103 .advanced-options {
104 color: $accent-color;
105 }
106
107 div.inner {
108 margin-left: 23px;
109 margin-top: 5px;
110 margin-bottom: 5px;
111 }
112
113 .input.inner {
114 margin-left: 26px;
115 margin-top:5px;
116 }
117
118 .input.checkbox.inner {
119 margin-left:26px;
120 margin-top:10px;
121 }
122
123 .wpallexport-google-merchants-advanced-options {
124 .wpallexport-advanced-options-header {
125 h3 {
126 color:$accent-color;
127 }
128 }
129 .wpallexport-content-section {
130 border-top: 1px solid #ddd;
131 border-right-style: none;
132 border-bottom-style: none;
133 border-left-style: none;
134 background: #f1f2f2;
135 padding-bottom: 15px;
136 margin: 5px 0 0;
137 }
138 .wpallexport-advanced-options-content {
139 display: block;
140 }
141 }
142
143 .wpallexport-help {
144 color:#fff;
145 font-weight: 900;
146 border-radius: 50%;
147 }
148
149 input.custom-value, select.custom-value {
150 font-size: 12px !important;
151 height: 35px;
152 border: 1px solid #ddd;
153 border-radius: 4px;
154 -moz-border-radius: 4px;
155 -khtml-border-radius: 4px;
156 -webkit-border-radius: 4px;
157 color: #000;
158 position: relative;
159 top: 0;
160 width: 250px;
161 margin-left: 1px;
162 }
163
164 input.custom-value {
165 padding-left: 9px;
166 margin-left: 2px;
167 }
168
169 select.custom-value {
170 color: #777;
171 }
172
173 input[type=radio]=radio], input[type=checkbox]=checkbox] {
174 margin-right: 8px;
175 }
176
177 .wpallexport-advanced-options-header {
178 padding-left: 25px;
179 }
180
181 .wpallexport-advanced-options-content {
182 input, select{
183 margin-left:0;
184 }
185 }
186
187 .fade.ng-hide {
188 opacity: 0;
189 }
190
191 .fade.ng-hide-remove,
192 .fade.ng-hide-add {
193 display: block !important;
194 }
195
196 .fade.ng-hide-remove {
197 transition: all linear 300ms;
198 }
199
200 .fade.ng-hide-add {
201 transition: all linear 200ms;
202 }
203
204 .wpallexport-advanced-options {
205 padding: 0 0 0 5px;
206 }
207
208 .editable {
209 font-size: 12px !important;
210 -moz-appearance: textfield;
211 -webkit-appearance: textfield;
212 margin: 10px;
213 width: auto;
214 background-color: #fff;
215 border: 1px solid #ddd;
216 border-radius: 4px;
217 -moz-border-radius: 4px;
218 padding: 10px;
219 -khtml-border-radius: 4px;
220 -webkit-border-radius: 4px;
221 color: #000;
222 position: relative;
223 top: 0;
224 margin-left: 1px;
225 }
226
227 .editable:empty:before {
228 content: attr(placeholder);
229 cursor: text;
230 opacity: 0.7;
231 display: block; /* For Firefox */
232 }
233
234 .select-container {
235 width: 300px;
236 padding: 10px 10px 10px 25px;
237 }
238
239 .chosen-search input {
240 margin: 1px 0;
241 padding: 4px 20px 4px 5px;
242 width: 100%;
243 height: auto;
244 outline: 0;
245 border: 1px solid #aaa;
246 background: #fff url(../static/js/jquery/css/chosen/chosen-sprite.png) no-repeat 100% -20px;
247 font-size: 1em;
248 font-family: sans-serif;
249 line-height: normal;
250 border-radius: 0;
251 }
252
253 input.wpae-default-input {
254 width: 300px;
255 max-width: 300px;
256 padding: 13px;
257 border-radius: 5px;
258 }
259 }
260
261 .ng-cloak {
262 display: none;
263 }
264
265 .tooltip-container {
266 display: inline-block;
267 }
268
269 .wpae-field-mapping {
270 padding: 10px;
271 border: 1px solid #ddd;
272 margin-bottom: 10px;
273 font-size: 12px;
274 color: #40acad;
275 text-decoration: none;
276 position:static;
277 margin-left: 10px;
278 }