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}}
|
||||
|
||||
{{#if contributionStatus}}
|
||||
<Ui::UiSpacer @size="200" />
|
||||
<div class="document-meta">
|
||||
<div class="label-workflow-status">
|
||||
{{contributionStatus}}
|
||||
|
@ -91,7 +90,6 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{#if approvalStatus}}
|
||||
<Ui::UiSpacer @size="200" />
|
||||
<div class="document-meta">
|
||||
<div class="label-workflow-status">
|
||||
{{approvalStatus}}
|
||||
|
|
|
@ -156,4 +156,24 @@
|
|||
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