Skip to content

Commit

Permalink
Fixed-19800: Contact us : design improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
suryakant-krish committed Dec 15, 2018
1 parent 3a56397 commit 10e7927
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions app/code/Magento/Contact/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */



//
// Common
// _____________________________________________

& when (@media-common = true) {
.contact-index-index {
.column:not(.sidebar-main){
.form.contact {
width: 50%;
float: none;
}
}
.column:not(.sidebar-additional) {
.form.contact {
width: 50%;
float: none;
}
}
}

}

//
// Mobile
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.contact-index-index {
.column:not(.sidebar-main){
.form.contact {
width: 100%;
float: none;
}
}
.column:not(.sidebar-additional) {
.form.contact {
width: 100%;
float: none;
}
}
}
}

0 comments on commit 10e7927

Please sign in to comment.