mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
31 lines
514 B
CSS
31 lines
514 B
CSS
.page-references h2 {
|
|
color: var(--ls-title-text-color);
|
|
}
|
|
|
|
.cp__page {
|
|
&-publish-actions {
|
|
background-color: var(--ls-primary-background-color);
|
|
padding: 50px 0;
|
|
margin: -1.5rem;
|
|
|
|
> h1 {
|
|
font-size: 18px;
|
|
padding: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
> .it {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
|
|
button {
|
|
width: 90%;
|
|
justify-content: center;
|
|
padding: 15px 0;
|
|
}
|
|
}
|
|
}
|
|
}
|