update transitions

This commit is contained in:
Brittany Chiang
2017-12-25 20:32:17 -05:00
parent cd18f3d7dc
commit 44d2c5a036
7 changed files with 25 additions and 20 deletions

View File

@@ -47,6 +47,7 @@
border-radius: 100px;
position: relative;
&:after {
@include transition;
content: '';
position: absolute;
top: 3px;
@@ -55,7 +56,6 @@
height: 19px;
background: #fff;
border-radius: 100%;
transition: 0.25s;
}
}
}