changed transition time

This commit is contained in:
Yaman 2015-02-01 20:15:48 -05:00
parent 2fabe3ab63
commit 929d7906ef

View File

@ -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;