1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/styles/view/document/doc-meta.scss
2018-05-29 18:26:04 +01:00

65 lines
1,021 B
SCSS

.view-document {
> .document-heading {
.doc-title {
margin: 50px 0 10px;
font-size: 2.2rem;
font-weight: bold;
}
.doc-excerpt {
font-size: 1.2rem;
color: $color-gray;
margin: 0 0 45px;
}
}
> .document-heading-edit {
margin-top: 3.5rem;
margin-bottom: 3rem;
}
> .document-customfields {
margin-bottom: 4rem;
background-color: $color-off-white;
border: 1px solid $color-border;
padding: 20px 40px;
@include border-radius(3px);
.row {
padding: 5px 0;
margin-bottom: 10px;
&:hover {
.action-button {
visibility: visible;
}
}
.heading {
font-size: 1.1rem;
font-weight: 700;
color: $color-dark;
text-align: left;
}
.action-button {
visibility: hidden;
margin-left: 15px;
}
.value {
font-size: 1.1rem;
font-weight: normal;
color: $color-black;
text-align: left;
}
.value-static {
font-size: 1.1rem;
font-weight: bold;
color: $color-gray;
text-align: left;
}
}
}
}