mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 01:24:59 +08:00
implementing heartbeat bar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user