Skip to content

Commit e640a18

Browse files
authored
ENGCOM-3763: Fixed 19800 Contact us : design improvement #19803
2 parents 16d1e88 + 95bd6f7 commit e640a18

File tree

1 file changed

+42
-0
lines changed
  • app/code/Magento/Contact/view/frontend/web/css/source

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+

0 commit comments

Comments
 (0)