Skip to content
Snippets Groups Projects
Commit 1c1d6d32 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat(progress): animate width

parent 37439fe4
No related branches found
No related tags found
1 merge request!525V2.3.0
......@@ -36,6 +36,7 @@
&::-webkit-progress-value {
background-color: $primary-color;
border-radius: 12px;
transition: width 0.5s;
}
&::-moz-progress-bar {
background-color: $primary-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment