Cockatrice/webclient/src/containers/Unsupported/Unsupported.css
Jeremy Letto bb16ae09ef
Webatrice: fix login bugs (#4557)
* fix login after failed connection attempts, limit connection attempt time

* fix register hashed password and salt

* add feature detection and Unsupported Browser screen

* nit

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2022-02-04 14:07:15 -05:00

18 lines
270 B
CSS

.Unsupported {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.Unsupported-paper {
width: 600px;
max-width: 100%;
padding: 40px;
text-align: center;
}
.Unsupported-paper__header {
margin-bottom: 40px;
}