mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Tuning up Wizard Layout styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
329c3af71b
commit
b008d75e0f
@ -2,7 +2,7 @@
|
|||||||
$spacing: $padding * 2;
|
$spacing: $padding * 2;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: $padding * 3;
|
padding: $padding * 2;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 40%;
|
grid-template-columns: 1fr 40%;
|
||||||
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
> .head-col {
|
> .head-col {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
border-bottom: 1px solid $grey-800;
|
border-bottom: 1px solid $borderFaintColor;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .content-col {
|
> .content-col {
|
||||||
margin-right: $spacing;
|
margin-right: $spacing;
|
||||||
background-color: var(--clusters-menu-bgc);
|
background-color: $contentColor;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .info-col {
|
> .info-col {
|
||||||
border-left: 1px solid #353a3e;
|
background-color: $contentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user