mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
fix modal background
This commit is contained in:
parent
d095678478
commit
98b57a3b65
@ -59,7 +59,7 @@ body {
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
margin: auto;
|
||||
background: rgba(6, 13, 22, 0.9);
|
||||
background: rgba(6, 13, 22, 0.95);
|
||||
padding: 20px 0 0 0;
|
||||
}
|
||||
|
||||
@ -84,7 +84,7 @@ body {
|
||||
transform: translate(-50%, 0px);
|
||||
left: 50%;
|
||||
width: 500px;
|
||||
background: rgba(6, 13, 22, 0.9);
|
||||
//background: rgba(6, 13, 22, 0.9);
|
||||
//padding: 15px;
|
||||
padding: 50px 0;
|
||||
margin-top: -30px;
|
||||
|
Loading…
Reference in New Issue
Block a user