File tree 1 file changed +32
-29
lines changed
app/code/Magento/Contact/view/frontend/web/css/source 1 file changed +32
-29
lines changed Original file line number Diff line number Diff line change 2
2
* Copyright © Magento, Inc. All rights reserved.
3
3
* See COPYING.txt for license details.
4
4
*/
5
+
5
6
& when (@media-common = true ) {
6
- .contact-index-index {
7
- .column :not (.sidebar-main ){
8
- .form.contact {
9
- width : 50% ;
10
- float : none ;
11
- }
12
- }
13
- .column :not (.sidebar-additional ) {
14
- .form.contact {
15
- width : 50% ;
16
- float : none ;
17
- }
18
- }
19
- }
7
+ .contact-index-index {
8
+ .column :not (.sidebar-main ) {
9
+ .form.contact {
10
+ float : none ;
11
+ width : 50% ;
12
+ }
13
+ }
14
+
15
+ .column :not (.sidebar-additional ) {
16
+ .form.contact {
17
+ float : none ;
18
+ width : 50% ;
19
+ }
20
+ }
21
+ }
20
22
}
21
23
22
- // Mobile
24
+ // Mobile
23
25
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
24
- .contact-index-index {
25
- .column :not (.sidebar-main ){
26
- .form.contact {
27
- width : 100% ;
28
- float : none ;
29
- }
30
- }
31
- .column :not (.sidebar-additional ) {
32
- .form.contact {
33
- width : 100% ;
34
- float : none ;
35
- }
36
- }
37
- }
26
+ .contact-index-index {
27
+ .column :not (.sidebar-main ) {
28
+ .form.contact {
29
+ float : none ;
30
+ width : 100% ;
31
+ }
32
+ }
33
+
34
+ .column :not (.sidebar-additional ) {
35
+ .form.contact {
36
+ float : none ;
37
+ width : 100% ;
38
+ }
39
+ }
40
+ }
38
41
}
39
42
You can’t perform that action at this time.
0 commit comments