implementing heartbeat bar

This commit is contained in:
LouisLam
2021-06-26 03:03:06 +08:00
parent 0a4fb45a8c
commit 497d63ef7d
4 changed files with 114 additions and 74 deletions

View File

@@ -31,27 +31,4 @@
}
}
.hp-bar-big {
white-space: nowrap;
margin-top: 4px;
text-align: center;
direction: rtl;
margin-bottom: 10px;
transition: all ease-in-out 0.15s;
position: relative;
div {
display: inline-block;
background-color: $primary;
width: 1%;
height: 30px;
margin: 0.3%;
border-radius: 50rem;
transition: all ease-in-out 0.15s;
&:hover {
opacity: 0.8;
transform: scale(1.5);
}
}
}