Cockatrice/webclient/src/forms/KnownHostForm/KnownHostForm.css
Jeremy Letto 6ce346af4a
Webatrice: KnownHosts component (#4456)
* refactor dexie services for future schema updates

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2021-11-25 22:12:23 -05:00

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;
}