mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
WIP document view
This commit is contained in:
parent
72615ba77b
commit
836b7f3fb4
20 changed files with 484 additions and 621 deletions
26
gui/app/styles/view/document/doc-structure.scss
Normal file
26
gui/app/styles/view/document/doc-structure.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.document-structure {
|
||||
margin: 0 0 0 0;
|
||||
|
||||
.page-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin: 0 0 0.7rem 0;
|
||||
|
||||
> .page-number {
|
||||
color: $color-dark;
|
||||
background-color: $color-gray-light2;
|
||||
padding: 0.4rem 1rem;
|
||||
font-size: 1.8rem;
|
||||
margin: 0 1.5rem 0 0;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
> .page-title {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue