@@ -106,15 +106,6 @@ body.wizard {
106
106
margin : 0 0 0.5em ;
107
107
}
108
108
}
109
-
110
- & .styling {
111
- max-width : 100% ;
112
- width : auto ;
113
-
114
- @include viewport .until (sm) {
115
- width : 95% ;
116
- }
117
- }
118
109
}
119
110
120
111
& __fields {
@@ -137,32 +128,6 @@ body.wizard {
137
128
}
138
129
}
139
130
140
- & __step .branding .wizard-container__field {
141
- @include viewport .until (sm) {
142
- max-width : 100% ;
143
- }
144
- }
145
-
146
- & __step .branding .wizard-container__preview {
147
- background-color : var (--primary-very-low );
148
- border-radius : 0.5em ;
149
- padding : 1em ;
150
- margin-bottom : 1em ;
151
- }
152
-
153
- & __step .branding .wizard-container__preview canvas {
154
- @include viewport .until (sm) {
155
- max-width : 100% ;
156
- height : auto !important ;
157
- }
158
- }
159
-
160
- & __step .styling .wizard-container__field.styling-preview-field {
161
- label {
162
- display : none ;
163
- }
164
- }
165
-
166
131
& __field {
167
132
margin-bottom : 1em ;
168
133
}
@@ -185,19 +150,6 @@ body.wizard {
185
150
display : block ;
186
151
}
187
152
188
- & __field .text-governing-law ,
189
- & __field .text-city-for-disputes {
190
- @media only screen and (width <= 568px ) {
191
- display : none ;
192
- }
193
- }
194
-
195
- & __field .dropdown-field.dropdown-homepage-style {
196
- .wizard-container__dropdown {
197
- height : auto ;
198
- }
199
- }
200
-
201
153
& __step-form {
202
154
display : flex ;
203
155
flex : 1 0 50% ;
@@ -231,58 +183,6 @@ body.wizard {
231
183
}
232
184
}
233
185
234
- .preview-nav {
235
- display : flex ;
236
- justify-content : flex-end ;
237
- position : relative ;
238
- padding-right : 10px ;
239
-
240
- .preview-nav-button {
241
- text-align : center ;
242
- padding : 10px 15px ;
243
- cursor : pointer ;
244
- margin-left : 10px ;
245
- font-size : 14px ;
246
- font-weight : bold ;
247
- color : var (--primary-high );
248
-
249
- & .active {
250
- background : var (--secondary );
251
- border-bottom-left-radius : 10px ;
252
- border-bottom-right-radius : 10px ;
253
- color : var (--tertiary );
254
- border-top : none ;
255
- }
256
- }
257
- }
258
-
259
- .previews {
260
- position : relative ;
261
- height : 320px ;
262
- width : 628px ;
263
- overflow : hidden ;
264
- background : var (--secondary );
265
- border-radius : 10px ;
266
- cursor : grab ;
267
- user-select : none ;
268
-
269
- & .dragging {
270
- cursor : grabbing ;
271
- }
272
-
273
- .topic-preview {
274
- position : absolute ;
275
- left : 0 ;
276
- top : 0 ;
277
- }
278
-
279
- .homepage-preview {
280
- position : absolute ;
281
- left : calc (100% + 25px );
282
- top : 0 ;
283
- }
284
- }
285
-
286
186
& __step-header {
287
187
text-align : center ;
288
188
margin-bottom : 3em ;
@@ -321,10 +221,6 @@ body.wizard {
321
221
}
322
222
}
323
223
324
- & __step .branding .wizard-container__description {
325
- font-size : var (--font-0 );
326
- }
327
-
328
224
& __buttons-left {
329
225
display : flex ;
330
226
flex-wrap : wrap ;
@@ -526,10 +422,6 @@ body.wizard {
526
422
font-size : var (--font-up-1 );
527
423
}
528
424
529
- & __step .styling .wizard-container__label {
530
- font-size : var (--font-0 );
531
- }
532
-
533
425
& __label .required {
534
426
display : inline ;
535
427
color : var (--danger );
@@ -579,28 +471,6 @@ body.wizard {
579
471
border-radius : 4px ;
580
472
}
581
473
582
- & __dropdown .color-palettes .select-kit-row.color-palettes-row .name {
583
- flex : 0 0 30% ;
584
- }
585
-
586
- & __dropdown .color-palettes .select-kit-row.color-palettes-row .palettes {
587
- flex : 1 1 70% ;
588
- overflow : hidden ;
589
- }
590
-
591
- & __dropdown .homepage-style-selector {
592
- .select-kit-row {
593
- .name {
594
- font-weight : bold ;
595
- }
596
-
597
- .desc {
598
- display : block ;
599
- margin-top : 0.1em ;
600
- }
601
- }
602
- }
603
-
604
474
& __field .checkbox-field .wizard-container__label {
605
475
cursor : pointer ;
606
476
display : inline-block ;
@@ -744,10 +614,6 @@ body.wizard {
744
614
top : 2px ;
745
615
}
746
616
747
- .wizard-container__image-upload canvas {
748
- border : 1px solid rgba (0 , 0 , 0 , 0.2 );
749
- }
750
-
751
617
.finish-installation {
752
618
.wizard-congratulations-wrap {
753
619
display : flex ;
0 commit comments