1
0
Fork 0
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:
McMatts 2019-05-29 14:31:10 +01:00
parent bae7909801
commit c8b82c85fe
2 changed files with 20 additions and 2 deletions

View file

@ -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;
}
}