[UI] Add Banner View to Artist Index

This commit is contained in:
Qstick
2017-09-17 02:24:15 -04:00
parent 07b37c1575
commit 25eef250a4
22 changed files with 1496 additions and 1 deletions
@@ -0,0 +1,14 @@
.progress {
composes: container from 'Components/ProgressBar.css';
border-radius: 0;
background-color: #5b5b5b;
color: $white;
transition: width 200ms ease;
}
.progressBar {
composes: progressBar from 'Components/ProgressBar.css';
transition: width 200ms ease;
}