mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Sync doc meta style with Enterprise edition
This commit is contained in:
parent
bae7909801
commit
c8b82c85fe
2 changed files with 20 additions and 2 deletions
|
@ -83,7 +83,6 @@
|
||||||
approvalStatus=approvalStatus}}
|
approvalStatus=approvalStatus}}
|
||||||
|
|
||||||
{{#if contributionStatus}}
|
{{#if contributionStatus}}
|
||||||
<Ui::UiSpacer @size="200" />
|
|
||||||
<div class="document-meta">
|
<div class="document-meta">
|
||||||
<div class="label-workflow-status">
|
<div class="label-workflow-status">
|
||||||
{{contributionStatus}}
|
{{contributionStatus}}
|
||||||
|
@ -91,7 +90,6 @@
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if approvalStatus}}
|
{{#if approvalStatus}}
|
||||||
<Ui::UiSpacer @size="200" />
|
|
||||||
<div class="document-meta">
|
<div class="document-meta">
|
||||||
<div class="label-workflow-status">
|
<div class="label-workflow-status">
|
||||||
{{approvalStatus}}
|
{{approvalStatus}}
|
||||||
|
|
|
@ -156,4 +156,24 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .label-version {
|
||||||
|
@include border-radius(3px);
|
||||||
|
@extend .no-select;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 5px 5px 5px 0;
|
||||||
|
padding: 0.3rem 0.7rem;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
font-weight: 500;
|
||||||
|
background-color: map-get($yellow-shades, 100);
|
||||||
|
color: map-get($gray-shades, 700);
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
> .version-dropdown {
|
||||||
|
color: map-get($gray-shades, 500);
|
||||||
|
font-size: 25px;
|
||||||
|
vertical-align: middle;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue