16 lines
354 B
CSS
16 lines
354 B
CSS
#itemDetailPage .itemProgressBar,
|
|
#indexPage .itemProgressBar {
|
|
height: 2000em;
|
|
background: #0000;
|
|
}
|
|
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
|
|
background: rgba(0,0,0,0);
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: 0;
|
|
}
|
|
.itemProgressBarForeground {
|
|
background-color: rgba(var(--accent), 0.35);
|
|
} |