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:
parent
378c75116c
commit
b18146408a
3 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
|
||||
.body {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
font: var(--font-body-medium);
|
||||
margin: _.unit(3) 0;
|
||||
}
|
||||
|
||||
table + table {
|
||||
margin-top: _.unit(3);
|
||||
}
|
||||
}
|
||||
|
||||
.inlineCode {
|
||||
|
|
|
@ -96,4 +96,7 @@
|
|||
|
||||
.readme {
|
||||
padding: 0 _.unit(6);
|
||||
margin: _.unit(6);
|
||||
background-color: var(--color-layer-1);
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue