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;
|
||||
|
||||
position: relative;
|
||||
padding: $padding * 3;
|
||||
padding: $padding * 2;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 40%;
|
||||
@ -15,13 +15,13 @@
|
||||
|
||||
> .head-col {
|
||||
position: sticky;
|
||||
border-bottom: 1px solid $grey-800;
|
||||
border-bottom: 1px solid $borderFaintColor;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
> .content-col {
|
||||
margin-right: $spacing;
|
||||
background-color: var(--clusters-menu-bgc);
|
||||
background-color: $contentColor;
|
||||
border-radius: $radius;
|
||||
|
||||
> div {
|
||||
@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
> .info-col {
|
||||
border-left: 1px solid #353a3e;
|
||||
background-color: $contentColor;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user