forked from M3-Academy/m3-academy-template-checkout
refactor: ajuste scss barra de progresso
This commit is contained in:
parent
7dd01fcb4f
commit
51efecf8bd
@ -128,17 +128,9 @@
|
|||||||
&__div {
|
&__div {
|
||||||
background: $color-black-500;
|
background: $color-black-500;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
|
||||||
left: 0;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
height: 4px;
|
|
||||||
width: 0%;
|
|
||||||
z-index: -1;
|
|
||||||
transition: 0.4s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__items {
|
&__items {
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.progress-bar__circle1, .progress-bar__circle2, .progress-bar__circle3 {
|
.progress-bar__circle1, .progress-bar__circle2, .progress-bar__circle3 {
|
||||||
background: $color-white-500;
|
background: $color-white-500;
|
||||||
@ -146,11 +138,7 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border: 1px solid $color-black-500;
|
border: 1px solid $color-black-500;
|
||||||
transition: .4s ease;
|
|
||||||
|
|
||||||
@include mq(xl, min) {
|
@include mq(xl, min) {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user