Smooth transition

This commit is contained in:
Belen Curcio
2017-08-24 16:40:16 -03:00
parent 73058c624f
commit 575a3030f9
2 changed files with 3 additions and 0 deletions
@@ -20,6 +20,8 @@
overflow: hidden;
margin-right: 10px;
position: relative;
border: solid 2px #F0F0F0;
transition: border 0.3s cubic-bezier(.4,0,.2,1);
}
.qbItemIcon:hover {
@@ -12,6 +12,7 @@
overflow: hidden;
min-height: 50px;
display: flex;
border-radius: 3px;
}
.icon {