fix: bullet entry point animation

This commit is contained in:
charlie
2021-01-11 21:24:59 +08:00
committed by Tienson Qin
parent 4f42bc6eaa
commit 41d3228121

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);
}
}