mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
parent
5cb85ff58f
commit
85737012ab
@ -2820,6 +2820,14 @@ Onboarding checklist */
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-item:hover .gh-onboarding-item-content {
|
||||||
|
opacity: .9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-item--completed:hover .gh-onboarding-item-content {
|
||||||
|
opacity: .24;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-onboarding-item--next {
|
.gh-onboarding-item--next {
|
||||||
margin: 0px -32px 6px;
|
margin: 0px -32px 6px;
|
||||||
background: var(--white);
|
background: var(--white);
|
||||||
@ -2940,6 +2948,10 @@ Onboarding checklist */
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-help a:hover {
|
||||||
|
color: var(--darkgrey);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-onboarding-skip {
|
.gh-onboarding-skip {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -2955,6 +2967,11 @@ Onboarding checklist */
|
|||||||
transition: opacity .1s linear;
|
transition: opacity .1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-skip:hover {
|
||||||
|
color: var(--darkgrey);
|
||||||
|
border-color: var(--lightgrey);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-onboarding-explore-dashboard {
|
.gh-onboarding-explore-dashboard {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 12px 12px;
|
padding: 12px 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user