mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +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
|
@ -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