mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): fix connector guide style (#3486)
This commit is contained in:
parent
230fcffaec
commit
e472ed3540
1 changed files with 8 additions and 4 deletions
|
@ -36,21 +36,22 @@
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-width: min-content;
|
min-width: min-content;
|
||||||
|
padding-top: _.unit(2);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: _.unit(2) 0 _.unit(6) 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.readme {
|
.readme {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
background-color: var(--color-layer-1);
|
background-color: var(--color-layer-1);
|
||||||
border: 1.5px solid var(--color-focused-variant);
|
border: 1.5px solid var(--color-focused-variant);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
margin-right: _.unit(6);
|
margin: 0 _.unit(6) _.unit(6) 0;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.readmeTitle {
|
.readmeTitle {
|
||||||
font: var(--font-title-2);
|
font: var(--font-title-2);
|
||||||
|
@ -59,13 +60,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.readmeContent {
|
.readmeContent {
|
||||||
|
flex: 1;
|
||||||
padding: 0 _.unit(6);
|
padding: 0 _.unit(6);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
padding-bottom: _.unit(4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup {
|
.setup {
|
||||||
|
padding-bottom: _.unit(6);
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
background-color: var(--color-layer-1);
|
background-color: var(--color-layer-1);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
Loading…
Reference in a new issue