mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Webatrice: KnownHosts component (#4456)
* refactor dexie services for future schema updates Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
37879c4255
commit
6ce346af4a
54 changed files with 1381 additions and 1291 deletions
21
webclient/src/forms/KnownHostForm/KnownHostForm.css
Normal file
21
webclient/src/forms/KnownHostForm/KnownHostForm.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.KnownHostForm {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.KnownHostForm-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.KnownHostForm-submit {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.KnownHostForm-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 5px 0 10px;
|
||||
color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue