Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 10e7927

Browse files
Fixed-19800: Contact us : design improvement.
1 parent 3a56397 commit 10e7927

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)