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

Commit c8fa36f

Browse files
Fixed 19800 Contact us : design improvement
1 parent b618757 commit c8fa36f

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
Lines changed: 28 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,40 @@
11
// * Copyright © Magento, Inc. All rights reserved.
22
// * See COPYING.txt for license details.
3-
// */
4-
5-
6-
7-
//
83
// Common
94
// _____________________________________________
10-
115
& 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+
}
2720
}
28-
2921
//
3022
// Mobile
3123
// _____________________________________________
32-
3324
.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+
}
4839
}
4940

0 commit comments

Comments
 (0)