Skip to content
Snippets Groups Projects

Feature/profile

Merged Rafael László requested to merge Feature/profile into DEV
14 files
+ 435
68
Compare changes
  • Side-by-side
  • Inline
Files
14
public/style.css 0 → 100644
+ 24
0
#modal {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
#modal:empty {
display: none;
}
#modal > div {
background-color: #ffffff;
max-width: 500px;
padding: 10px;
border-radius: 5px;
text-align: center;
}
Loading