ref(overlay): convert progress bar to react

This commit is contained in:
Leonard Kim
2017-11-21 14:45:43 -08:00
parent 7b1b873b6e
commit f0d3abffc5
5 changed files with 21 additions and 192 deletions
-3
View File
@@ -56,9 +56,6 @@
margin-bottom: 0px;
width: 100%;
border-radius: 0px;
> .aui-progress-indicator-value {
border-radius: 0px;
}
}
}
&__title {
+9 -2
View File
@@ -11,9 +11,16 @@
}
#reloadProgressBar {
width: 180px;
background: #e9e9e9;
border-radius: 3px;
height: 5px;
margin: 5px auto;
> .aui-progress-indicator-value {
overflow: hidden;
width: 180px;
.progress-indicator-fill {
background: $reloadProgressBarBg;
height: 100%;
transition: width .5s;
}
}