1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 21:59:42 +02:00
documize/gui/app/styles/view/document/doc-structure.scss

27 lines
456 B
SCSS
Raw Normal View History

2017-12-05 19:03:38 +00:00
.document-structure {
margin: 0 0 0 0;
2017-12-06 19:56:51 +00:00
> .page-header {
2017-12-05 19:03:38 +00:00
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;
2017-12-06 19:56:51 +00:00
font-size: 1.8rem;
font-weight: bold;
margin: 16px 0;
color: $color-dark;
2017-12-05 19:03:38 +00:00
}
}
}