1
0
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:
devfake 2015-07-05 23:42:41 +02:00
parent d095678478
commit 98b57a3b65

View File

@ -59,7 +59,7 @@ body {
max-width: 100%; max-width: 100%;
border-radius: 0; border-radius: 0;
margin: auto; margin: auto;
background: rgba(6, 13, 22, 0.9); background: rgba(6, 13, 22, 0.95);
padding: 20px 0 0 0; padding: 20px 0 0 0;
} }
@ -84,7 +84,7 @@ body {
transform: translate(-50%, 0px); transform: translate(-50%, 0px);
left: 50%; left: 50%;
width: 500px; width: 500px;
background: rgba(6, 13, 22, 0.9); //background: rgba(6, 13, 22, 0.9);
//padding: 15px; //padding: 15px;
padding: 50px 0; padding: 50px 0;
margin-top: -30px; margin-top: -30px;