TRI-293: add customer-form + adaptive
This commit is contained in:
44
styles/base/redefine.scss
Normal file
44
styles/base/redefine.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
@import "variables";
|
||||
|
||||
header {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wrapper_header_content {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $screen-xl-max) {
|
||||
|
||||
section.profile {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info_profile {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
|
||||
.menu_buttons.right.open {
|
||||
right: 0;
|
||||
transition: 200ms;
|
||||
position: fixed;
|
||||
display: block;
|
||||
padding-top: 0;
|
||||
top: 45px;
|
||||
background: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
.menu_buttons.right.open {
|
||||
//display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user