Add CNAME file. Fix click out.

Co-authored-by: dudleycu <dudleyc.twitch@gmail.com>
master
Joshua Sigona 4 years ago
parent e88a439e88
commit 1552af8a69
  1. 1
      src/CNAME
  2. 8
      src/style.css

@ -0,0 +1 @@
ngsplanner.com

@ -913,7 +913,7 @@ input#editBoxInput {
flex-wrap: wrap; flex-wrap: wrap;
} }
.popup2{ .popup2{
z-index:5; z-index:999;
position: absolute; position: absolute;
background-color: rgba(128,128,128,0.9); background-color: rgba(128,128,128,0.9);
max-width: 250px; max-width: 250px;
@ -970,11 +970,11 @@ button{
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(0,0,0,0.6); background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));
display: grid; display: grid;
justify-items: stretch; justify-items: stretch;
justify-content: stretch; justify-content: stretch;
grid-template-columns: 10px 1fr 10px; grid-template-columns: 1fr minmax(200px, 580px) 1fr;
grid-template-rows: 10px minmax(0, 1fr) 10px; grid-template-rows: 10px minmax(0, 1fr) 10px;
animation: fadeIn 0.15s; animation: fadeIn 0.15s;
} }
@ -986,7 +986,7 @@ button{
outline: 0; outline: 0;
grid-column: 2; grid-column: 2;
grid-row: 2; grid-row: 2;
filter: drop-shadow(0 30px 15px black); filter: drop-shadow(0 20px 20px black);
} }
.boxModal { .boxModal {
max-width: 580px; max-width: 580px;

Loading…
Cancel
Save