develop #14

Merged
ManuelaLuanaSchumackerTavares merged 26 commits from develop into main 2022-12-18 21:45:24 +00:00
Showing only changes of commit 1067e397ba - Show all commits

View File

@ -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) {