[status page] checkpoint

This commit is contained in:
LouisLam
2021-09-15 14:34:30 +08:00
parent 1d6670ed9a
commit db05b506f3
6 changed files with 231 additions and 57 deletions

View File

@@ -378,7 +378,10 @@ h2 {
[contenteditable=true] {
&:focus {
outline: 0 solid #eee;
border: 1px solid #aaa;
}
&:hover, &:focus {
background-color: #efefef;
border-radius: 8px;
}
@@ -389,3 +392,12 @@ h2 {
color: #eee;
}
}
.action {
transition: all $easing-in 0.2s;
&:hover {
cursor: pointer;
transform: scale(1.2);
}
}