WIP
This commit is contained in:
parent
79a251c985
commit
4eb4779b94
1 changed files with 1 additions and 3 deletions
|
|
@ -168,9 +168,7 @@ export default {
|
|||
background: $blue;
|
||||
border-radius: 3rem;
|
||||
box-shadow: 0px 0px 0px 1px rgba(0, 112, 209, 1) inset;
|
||||
transition:
|
||||
transform 600ms cubic-bezier(0.02, 0.94, 0.09, 0.97),
|
||||
background 300ms cubic-bezier(0.17, 0.67, 0.14, 1.03);
|
||||
transition: transform 750ms cubic-bezier(0.02, 0.94, 0.09, 0.97);
|
||||
transform: translate3d(2rem, 0, 0);
|
||||
}
|
||||
.indicator-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue