Skip to content

Commit 0641711

Browse files
p-bystritskysuryakant-krish
authored andcommitted
ENGCOM-3763: Static test fix.
1 parent ab99ef7 commit 0641711

File tree

1 file changed

+32
-29
lines changed
  • app/code/Magento/Contact/view/frontend/web/css/source

1 file changed

+32
-29
lines changed

app/code/Magento/Contact/view/frontend/web/css/source/_module.less

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,41 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
56
& when (@media-common = true) {
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-
}
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+
}
2022
}
2123

22-
// Mobile
24+
// Mobile
2325
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
24-
.contact-index-index {
25-
.column:not(.sidebar-main){
26-
.form.contact {
27-
width: 100%;
28-
float: none;
29-
}
30-
}
31-
.column:not(.sidebar-additional) {
32-
.form.contact {
33-
width: 100%;
34-
float: none;
35-
}
36-
}
37-
}
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+
}
3841
}
3942

0 commit comments

Comments
 (0)