vendor/assets/stylesheets/progress.scss in active_frontend-2.1.0 vs vendor/assets/stylesheets/progress.scss in active_frontend-3.0.0
- old
+ new
@@ -11,16 +11,16 @@
@keyframes progressBarStripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
.progress {
- background: rgba(245,248,250,1);
+ background: rgba(249,249,249,1);
border-radius: 500px;
height: 25px;
overflow: hidden;
}
.progress .bar {
- background: rgba(0,132,255,1);
+ background: rgba(27,192,109,1);
box-sizing: border-box;
color: rgba(255,255,255,1);
float: left;
font-size: 13px;
height: 100%;
\ No newline at end of file