0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

Merge pull request #1502 from logto-io/charles-improve-connector-readme-styles

style(console): improve connector readme styles in drawer
This commit is contained in:
Charles Zhao 2022-07-09 00:35:31 +08:00 committed by GitHub
commit ec5b124a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,8 @@
.body { .body {
flex: 1; flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto; overflow-y: auto;
} }
} }

View file

@ -55,6 +55,10 @@
font: var(--font-body-medium); font: var(--font-body-medium);
margin: _.unit(3) 0; margin: _.unit(3) 0;
} }
table + table {
margin-top: _.unit(3);
}
} }
.inlineCode { .inlineCode {

View file

@ -96,4 +96,7 @@
.readme { .readme {
padding: 0 _.unit(6); padding: 0 _.unit(6);
margin: _.unit(6);
background-color: var(--color-layer-1);
border-radius: 16px;
} }