18 lines
No EOL
246 B
CSS
18 lines
No EOL
246 B
CSS
.connectForm {
|
|
width: 100%;
|
|
padding: 20px;
|
|
}
|
|
|
|
.connectForm-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.connectForm-submit.MuiButton-root {
|
|
display: block;
|
|
margin: 20px auto 0;
|
|
}
|
|
|
|
.selectKnownHosts-items {
|
|
margin-bottom: 4px;
|
|
} |