From 929d7906efc572e72ffd0f0d220cd40abec068b4 Mon Sep 17 00:00:00 2001 From: Yaman Date: Sun, 1 Feb 2015 20:15:48 -0500 Subject: [PATCH] changed transition time --- chromebook-checkout-meteor/client/tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromebook-checkout-meteor/client/tabs.css b/chromebook-checkout-meteor/client/tabs.css index 0d59b32..a3cfffb 100644 --- a/chromebook-checkout-meteor/client/tabs.css +++ b/chromebook-checkout-meteor/client/tabs.css @@ -13,8 +13,8 @@ list-style: none; cursor: pointer; margin-bottom:3%; - transition: background-color 0.4s; - transition: border-bottom 0.4s + transition: background-color 1s; + transition: border-bottom 1s } .tab-item.active { border-bottom: 5px solid #E14C2B;