forked from M3-Academy/m3-academy-template-checkout
fix(header): Conserta prolemas de espaçamento e desfoque da logo
This commit is contained in:
parent
832794d0c5
commit
1067e397ba
@ -3,22 +3,24 @@
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #000;
|
||||
|
||||
// .container {
|
||||
// width: auto !important;
|
||||
// }
|
||||
.container {
|
||||
@include mq(pg, max) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 29px 0;
|
||||
// border-bottom: 1px solid $color-black2;
|
||||
|
||||
@include mq(pg, max) {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
@include mq(xxl, min) {
|
||||
padding: 29px 256px;
|
||||
padding: 29px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -75,7 +77,6 @@
|
||||
|
||||
.progress-bar-first-line {
|
||||
left: 60%;
|
||||
// transform: translate(-50%);
|
||||
}
|
||||
|
||||
.progress-bar-second-line {
|
||||
@ -85,7 +86,6 @@
|
||||
@include mq(xxl, min) {
|
||||
right: 58%;
|
||||
}
|
||||
// transform: translate(-50%);
|
||||
}
|
||||
|
||||
.containerProgressBar .progress-bar-first-circle,
|
||||
@ -124,12 +124,11 @@
|
||||
|
||||
@include mq(pg, max) {
|
||||
height: 32.12px;
|
||||
width: 155px;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
@include mq(cstm, max) {
|
||||
height: 33px;
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
@include mq(xxl, min) {
|
||||
@ -154,6 +153,7 @@
|
||||
@include mq(pg, max) {
|
||||
line-height: 16px;
|
||||
color: $color-black;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@include mq(xxl, min) {
|
||||
|
Loading…
Reference in New Issue
Block a user