updates - rename component, change margin-left

This commit is contained in:
Katie Kroell 2025-12-09 12:28:47 -05:00
parent ed5cccfb6a
commit 9c84db61ef
2 changed files with 2 additions and 38 deletions

View file

@ -63,8 +63,8 @@ export default {
width: 1.0625rem;
height: 1.0625rem;
position: relative;
float: right;
margin-right: -8.5px;
margin-left: auto;
margin-top: -1px;
border: 0.125rem solid #ffffff;
border-radius: 50%;
@ -73,41 +73,5 @@ export default {
}
}
}
/*
.progress {
height: 10px;
width: 100%;
box-shadow: none;
border-top-left-radius: 7.5px;
border-bottom-left-radius: 7.5px;
line-height: inherit;
/* Firefox
appearance: none;
background-color: $blue-100;
border: 0;
border-radius: $border-radius-pill;
box-shadow: $box-shadow-inset;
&::-moz-progress-bar {
background-color: $blue;
border-radius: $border-radius-pill;
}
*/
/* Webkit
-webkit-appearance: none;
&::-webkit-progress-bar {
background-color: $blue-100;
border-radius: $border-radius-pill;
box-shadow: $box-shadow-inset;
}
&::-webkit-progress-value {
background-color: $blue;
border-radius: $border-radius-pill;
}
*/
/*}*/
}
</style>

View file

@ -11,7 +11,7 @@
:alt="altText" />
</div>
<div class="header-progress-bar-container">
<progress-bar />
<progressBar />
</div>
</div>
<alert