unlock overlay styling

This commit is contained in:
Niels Lyngsø
2022-07-06 15:05:45 +02:00
parent 957042d117
commit 0daffd737e

View File

@@ -37,13 +37,15 @@
max-width: 800px;
min-width: 300px;
padding: 9px 15px;
background: white;
background: rgba(@blueLight, 25%);
border: 1px solid @blueMid;
color: @blueMid;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 85%;
box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
box-shadow: 0 0 4px 2px rgb(@blueMid, 12%);
border-radius: 6px;
}