Make color configurable

This commit is contained in:
hossainemruz 2020-07-02 23:28:29 +06:00
parent 5c8c29688e
commit c8363e304a
3 changed files with 31 additions and 6 deletions

View file

@ -100,7 +100,7 @@
}
.circular-progress.yellow .circular-progress-bar {
border-color: #ffc212;
border-color: #eebb4d;
}
.circular-progress.pink .circular-progress-bar {
@ -112,11 +112,11 @@
}
.circular-progress.sky .circular-progress-bar {
border-color: #01e0fd;
border-color: #00c9e3;
}
.circular-progress.orange .circular-progress-bar {
border-color: #FF7D51;
border-color: #ff7c7c;
}
.circular-progress-percentage-50 {