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