forked from M3-Academy/vtex-cms-template-atualizado
Corrige pontos no header, menu e newsletter
This commit is contained in:
parent
8151fd30b4
commit
69a19acb03
@ -3,7 +3,7 @@
|
|||||||
background: linear-gradient(180deg, $blue-500 0%, $blue-600 100%);
|
background: linear-gradient(180deg, $blue-500 0%, $blue-600 100%);
|
||||||
|
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
@include mq(lg, min) {
|
@include mq(md, min) {
|
||||||
max-width: 698px;
|
max-width: 698px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
@include mq(lg, min) {
|
@include mq(lg, min) {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: map-get($z-index, Level-5);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-fixed {
|
&.is-fixed {
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
z-index: map-get($z-index, Level-5);
|
z-index: map-get($z-index, Level-5);
|
||||||
transform: translate(-100%);
|
transform: translate(-100%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 375px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: $white-500;
|
background: $white-500;
|
||||||
transition: transform 0.2s ease-in-out;
|
transition: transform 0.2s ease-in-out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user