Add about circle colors for 'sky' and 'orange'
This commit is contained in:
parent
45e36f3532
commit
5c8c29688e
2 changed files with 9 additions and 1 deletions
|
@ -47,7 +47,7 @@ socialLinks:
|
|||
|
||||
# your soft skills
|
||||
# give the percentage between 50 to 100 with 5 intervals.
|
||||
# currently supported color: blue, yellow, pink, green
|
||||
# currently supported colors: blue, yellow, pink, green, sky, orange
|
||||
softSkills:
|
||||
- name: Leadership
|
||||
percentage: 85
|
||||
|
|
|
@ -111,6 +111,14 @@
|
|||
border-color: #2dca73;
|
||||
}
|
||||
|
||||
.circular-progress.sky .circular-progress-bar {
|
||||
border-color: #01e0fd;
|
||||
}
|
||||
|
||||
.circular-progress.orange .circular-progress-bar {
|
||||
border-color: #FF7D51;
|
||||
}
|
||||
|
||||
.circular-progress-percentage-50 {
|
||||
animation: circular-loading-50 0s linear forwards 1.8s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue