Skip to content

Commit

Permalink
[fac9a87] - Progress bar css update
Browse files Browse the repository at this point in the history
  • Loading branch information
JB committed Aug 31, 2024
1 parent fac9a87 commit 9e3bf4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions css/sb-admin-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -4917,6 +4917,7 @@ a.badge-dark:focus, a.badge-dark.focus {
.alert-dark .alert-link {
color: #18181c !important;
}
/*
@-webkit-keyframes progress-bar-stripes {
from {
Expand All @@ -4935,16 +4936,17 @@ a.badge-dark:focus, a.badge-dark.focus {
background-position: 0 0;
}
}
*/

.progress {
display: flex !important;
.formula-progress-bar {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #eaecf4;
background-color: var( --bs-secondary-bg);
border-radius: 0.35rem;
}

/*
.progress-bar {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -4978,7 +4980,7 @@ a.badge-dark:focus, a.badge-dark.focus {
animation: none;
}
}

*/
.media {
display: flex;
align-items: flex-start;
Expand Down
2 changes: 1 addition & 1 deletion pages/views/formula/viewFormula.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="card-body">
<div class="col-sm-10" id="progress-area">
<div class="progress">
<div class="formula-progress-bar">
<div id="base_bar" class="progress-bar pv_bar_base_notes" role="progressbar" aria-valuemin="0">
<span><div id="base_label"></div></span>
</div>
Expand Down

0 comments on commit 9e3bf4f

Please sign in to comment.