mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* 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>
18 lines
270 B
CSS
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;
|
|
}
|