Dev: Nav bottom bar animation

This commit is contained in:
surunzi
2016-05-25 20:27:28 +08:00
parent 1f57e45922
commit ccb7bb054e
6 changed files with 26 additions and 11 deletions

View File

@@ -30,9 +30,17 @@
color: #fff;
opacity: 1;
background: $blue-light;
border-bottom: 3px solid #fff;
}
}
}
.bottom-bar {
transition: left .3s;
height: 3px;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
width: 69px;
}
}
}