Feature/Setups of Onboarding Process (#4580)

UX enhancement: onboarding setup graphs 

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2022-04-02 21:37:38 +08:00
committed by GitHub
parent bcffcd7661
commit 0d3ac91ca3
34 changed files with 799 additions and 566 deletions

View File

@@ -109,6 +109,17 @@
opacity: .9;
}
}
.add-graph-btn {
border: 1px dashed var(--ls-border-color);
padding: 0 8px;
strong {
padding: 0 10px;
position: relative;
top: 1px;
}
}
}
.is-electron.is-mac .cp__header {
@@ -174,14 +185,20 @@ a.button {
opacity: 0.6;
display: block;
border-radius: 4px;
user-select: none;
&:hover, &.active {
opacity: 1;
background: none;
@screen md {
background: var(--ls-tertiary-background-color);
}
}
&:active {
opacity: .7;
}
}
.is-mac.is-electron :is(.cp__header, .cp__right-sidebar-topbar) :is(button, .button, a) {