Merge latest changes #4

Merged
ArisuOngaku merged 1 commits from develop into master 2020-07-12 12:17:56 +02:00
Showing only changes of commit e7e5981af7 - Show all commits

View File

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