refactor: move publish actions to modal

This commit is contained in:
charlie
2020-12-16 17:21:41 +08:00
parent 75e496856f
commit d938946a70
4 changed files with 63 additions and 20 deletions

View File

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