update Anchor

This commit is contained in:
梁灏 2018-07-02 18:04:16 +08:00
parent 7dc6a8c3b4
commit 599d4c90e4
48 changed files with 4740 additions and 3995 deletions

View file

@ -31,11 +31,11 @@
position: absolute;
width: 8px;
height: 8px;
border-radius: 8px;
border-radius: 50%;
border: 2px solid @primary-color;
background-color: @body-background;
left: 50%;
transition: top .3s ease-in-out;
transition: top @transition-time @ease-in-out;
transform: translate(-50%, 2px);
}
}