mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
parent
bcf0fcb7d2
commit
008f36e476
1 changed files with 26 additions and 1 deletions
|
@ -1374,4 +1374,29 @@ Onboarding checklist */
|
|||
|
||||
.gh-onboarding-item--next {
|
||||
background: #1c1e21;
|
||||
}
|
||||
}
|
||||
|
||||
/* ---------------------------------
|
||||
Onboarding checklist: Share publication modal */
|
||||
|
||||
.share-card-container {
|
||||
border: 1px solid #394047;
|
||||
}
|
||||
|
||||
.copy-publication-link {
|
||||
background: #394047;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.copy-publication-link:hover {
|
||||
border: none;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.share-links li a {
|
||||
border: 1px solid #394047;
|
||||
}
|
||||
|
||||
.share-links li a:hover {
|
||||
background: #394047;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue