mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* refactor dexie services for future schema updates Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
21 lines
305 B
CSS
21 lines
305 B
CSS
.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;
|
|
}
|