Simplify styling of popups, get better results
This commit is contained in:
parent
259c884045
commit
9f5b057266
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue