1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

WIP document view

This commit is contained in:
Harvey Kandola 2017-12-04 14:47:44 +00:00
parent 2d7e3c2904
commit 60fb4e5008
11 changed files with 139 additions and 134 deletions

View file

@ -7,4 +7,3 @@
@import "toc.scss";
@import "view.scss";
@import "wysiwyg.scss";
@import "space-category-tag.scss";

View file

@ -1,12 +1,41 @@
.document-space {
display: inline-block;
.view-document {
> .document-heading {
margin-top: 3rem;
> .caption {
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1.0rem;
margin: 0 0 10px 0;
.doc-title {
font-size: 2rem;
margin: 50px 0 10px;
font-weight: normal;
}
.doc-excerpt {
font-size: 1.2rem;
color: $color-gray;
margin: 0 0 45px;
}
}
> .document-heading-edit {
margin-top: 5.5rem;
margin-bottom: 3rem;
}
> .document-customfields {
margin-bottom: 4rem;
.heading {
font-size: 1.1rem;
font-weight: bold;
color: $color-gray;
text-align: left;
}
.value {
font-size: 1.1rem;
font-weight: normal;
color: $color-black;
text-align: left;
}
}
}
@ -32,15 +61,6 @@
overflow-y: auto;
margin: 0;
padding: 0;
// // Medium devices (tablets, 768px and up)
// @media (min-width: 768px) { height: 300px; }
// // Large devices (desktops, 992px and up)
// @media (min-width: 992px) { height: 400px; }
// // Extra large devices (large desktops, 1200px and up)
// @media (min-width: 1200px) { height: 500px; }
}
.document-tags {

View file

@ -0,0 +1 @@
@import "doc-meta.scss";

View file

@ -6,3 +6,4 @@
@import "customize.scss";
@import "search.scss";
@import "auth.scss";
@import "document/document.scss"