(fix) progress bar roundness

This commit is contained in:
Gabriel Rodriguez Alsina 2018-12-26 18:56:40 -03:00
parent b7da1f5056
commit 8543c17f6f
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
}
.vt-VoteProgressBar_Progress {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
height: 100%;
&#{ & }-negative#{ & }-core {

File diff suppressed because one or more lines are too long