Merge: sync gitlab changes into origin

This commit is contained in:
2025-11-20 12:32:38 +09:00

View File

@@ -105,13 +105,11 @@
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
.enrgLbImg { .enrgLbImg {
width:62px; width:62px;
height:38px;
border:4px solid transparent; border:4px solid transparent;
&:focus { &:focus {
border: 4px solid @PRIMARY_COLOR_RED; border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
border-radius: 12px;
box-sizing: border-box; box-sizing: border-box;
} }
> img { > img {