Simplify styling of popups, get better results

This commit is contained in:
Magnus Hoff 2017-12-02 09:39:26 +01:00
parent 259c884045
commit 9f5b057266

View file

@ -448,21 +448,12 @@ input[type="search"] {
display: flex;
flex-direction: column;
height: 200px;
text-align: center;
background: #eee;
box-shadow: 2px 2px 8px rgba(0,0,0, 0.25);
}
.popup>.message {
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 16px 32px;
max-width: 600px;
}