fix: bullet entry point animation

pull/1095/head
charlie 2021-01-11 21:24:59 +08:00 committed by Tienson Qin
parent 4f42bc6eaa
commit 41d3228121
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@
max-width: 100%;
/* FIXME: img macros */
&.left {
float: left;
}
@ -227,8 +228,10 @@
height: 6px;
background-color: var(--ls-block-bullet-color, #394b59);
transition: transform .2s;
}
&:hover {
&:hover {
.bullet {
transform: scale(1.2);
}
}