mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Added gradient background to onboarding checklist (#19946)
fixes IPC-114
This commit is contained in:
parent
008f36e476
commit
9bf133a70c
@ -1364,6 +1364,10 @@ kbd {
|
||||
/* ---------------------------------
|
||||
Onboarding checklist */
|
||||
|
||||
.gh-onboarding-wrapper {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.gh-onboarding-items {
|
||||
border-color: var(--lightgrey);
|
||||
}
|
||||
|
@ -2771,6 +2771,9 @@ Onboarding checklist */
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
background: url(img/gradient-bg.png) no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.gh-onboarding-header {
|
||||
@ -2793,6 +2796,7 @@ Onboarding checklist */
|
||||
/* box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.04); */
|
||||
border: 1px solid var(--whitegrey);
|
||||
/* box-shadow: -7px -6px 42px 8px rgba(75,225,226,.28),7px 6px 42px 8px rgba(202,103,255,.32); */
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.gh-onboarding-item {
|
||||
|
BIN
ghost/admin/public/assets/img/gradient-bg.png
Normal file
BIN
ghost/admin/public/assets/img/gradient-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 351 KiB |
Loading…
Reference in New Issue
Block a user