unlock overlay styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user