Improve progress bar design

This commit is contained in:
Alice Gaudon 2020-07-12 12:15:22 +02:00
parent 5f4bcae38c
commit e7e5981af7
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ button, .button {
top: 0;
width: var(--progress);
height: 100%;
transition: width ease-out 150ms;
background: $secondary;
}