Update lock.scss

This commit is contained in:
fantasticit 2022-05-01 14:30:43 +08:00
parent 5024109572
commit 1c0597321e
1 changed files with 3 additions and 2 deletions

View File

@ -10,9 +10,10 @@
left: 0;
z-index: 1000;
display: flex;
color: #fff;
font-weight: bold;
color: #333;
pointer-events: none;
background-color: rgb(179 212 255 / 30%);
background-color: rgb(179 212 255 / 75%);
content: attr(data-name);
align-items: center;
justify-content: center;