Files
logseq/src/main/frontend/components/page.css
2021-02-05 19:04:54 +08:00

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;
}
}
}
}