aboutsummaryrefslogtreecommitdiff
path: root/src/components/Switch.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Switch.css')
-rw-r--r--src/components/Switch.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Switch.css b/src/components/Switch.css
new file mode 100644
index 0000000..e6dcf56
--- /dev/null
+++ b/src/components/Switch.css
@@ -0,0 +1,3 @@
+.vc-switch-slider {
+ transition: 100ms transform ease-in-out;
+}