0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): improve connector readme styles in drawer

This commit is contained in:
Charles Zhao 2022-07-09 00:28:11 +08:00
parent 378c75116c
commit b18146408a
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
3 changed files with 9 additions and 0 deletions

View file

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

View file

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

View file

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