mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -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
26
webclient/src/dialogs/KnownHostDialog/KnownHostDialog.css
Normal file
26
webclient/src/dialogs/KnownHostDialog/KnownHostDialog.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.KnownHostDialog {
|
||||
|
||||
}
|
||||
|
||||
.KnownHostDialog .MuiDialog-paper {
|
||||
width: 100%;
|
||||
max-width: 420px;
|
||||
}
|
||||
|
||||
.dialog-title__wrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.dialog-title__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.dialog-content__subtitle.MuiTypography-root {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue