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