mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
refactor: move publish actions to modal
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
.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-bottom: 5px;
|
||||
|
||||
button {
|
||||
width: 90%;
|
||||
justify-content: center;
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user