[Trunk | Library]:

1. assets/common-assets: Add beta_flag.svg.   
2. assets/common-assets/library.css: Add classes 'small-beta-indication' and 'large-beta-indication' to be used in navigation bar.
3. navigationBar.component.html: Add beta_flag.svg in navigation bar when the environment is 'beta'.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57237 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-10-02 14:03:54 +00:00
parent 211e090fdc
commit 2d0d64d963
2 changed files with 12 additions and 0 deletions

1
beta_flag.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="118" height="118" viewBox="0 0 118 118"><defs><clipPath id="a"><rect width="118" height="118" fill="#fff"/></clipPath></defs><g clip-path="url(#a)"><g transform="translate(27 32)"><g transform="translate(-161.906 166.693) rotate(-45)" fill="#ffe250" stroke="#efc82a" stroke-width="3" stroke-dasharray="8"><rect width="523.398" height="37.204" stroke="none"/><rect x="1.5" y="1.5" width="520.398" height="34.204" fill="none"/></g><text transform="translate(22.492 16.909) rotate(-45)" font-size="14" font-family="OpenSans-Bold, Open Sans" font-weight="700"><tspan x="-17.507" y="0">BETA</tspan></text></g></g></svg>

After

Width:  |  Height:  |  Size: 704 B

View File

@ -1211,3 +1211,14 @@ textarea {
.uk-navbar-dropdown{
box-shadow: 0 5px 12px rgba(0,0,0,.15);
}
.small-beta-indication {
height: 60px;
}
.large-beta-indication {
height: 90px;
position: fixed;
top: 0;
left: 0;
}