File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
app/code/Magento/Contact/view/frontend/web/css/source Expand file tree Collapse file tree 1 file changed +42
-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
+ & when (@media-common = true ) {
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
+ }
22
+ }
23
+
24
+ // Mobile
25
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
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
+ }
41
+ }
42
+
You can’t perform that action at this time.
0 commit comments