mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
parent
bcf0fcb7d2
commit
008f36e476
@ -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…
Reference in New Issue
Block a user