diff --git a/build.dev.js b/build.dev.js index a1ab213..bc9d81b 100644 --- a/build.dev.js +++ b/build.dev.js @@ -25,7 +25,7 @@ $cp: #f3f5fb #e8ebf4 #dae1e9; $cgr: #aabac3 #90a3ae #7e909a; $cd: #62778d #526273 #425064; -@mixin ts($c: all, $t: .2s, $m: ease-in-out){ +@mixin ts($c: all, $t: .1s, $m: ease-in-out){ transition:$c $t $m; } diff --git a/build.prod.js b/build.prod.js index d9a0193..4768cfe 100644 --- a/build.prod.js +++ b/build.prod.js @@ -25,7 +25,7 @@ $cp: #f3f5fb #e8ebf4 #dae1e9; $cgr: #aabac3 #90a3ae #7e909a; $cd: #62778d #526273 #425064; -@mixin ts($c: all, $t: .2s, $m: ease-in-out){ +@mixin ts($c: all, $t: .1s, $m: ease-in-out){ transition:$c $t $m; } diff --git a/src/form/star.wc b/src/form/star.wc new file mode 100644 index 0000000..37ee90d --- /dev/null +++ b/src/form/star.wc @@ -0,0 +1,142 @@ + + + + +