chore(research-use-warning): Add Investigational Use Only warning

This commit is contained in:
Erik Ziegler 2018-08-16 09:03:13 +02:00
parent a2b6566ee9
commit 4b5ea5c13a
4 changed files with 26 additions and 0 deletions

View File

@ -14,6 +14,9 @@
{{/if}}
{{/section}}
{{#section 'headerMenu'}}
<span class="research-use pull-left m-r-1">
INVESTIGATIONAL USE ONLY
</span>
<span class="header-options pull-left m-r-1">Options</span>
<div class="menu-toggle pull-right">
<span class="caret-down"></span>

View File

@ -32,6 +32,11 @@ body>.header
.menu-toggle
display: inline-block
height: 18px
.research-use
font-size: 13px
theme('color', '$textSecondaryColor')
font-weight: bold
.btn
theme('color', '$textSecondaryColor')

View File

@ -7,6 +7,9 @@
<div class="logo-text">Open Health Imaging Foundation</div>
{{/section}}
{{#section 'headerMenu'}}
<span class="research-use pull-left m-r-1">
INVESTIGATIONAL USE ONLY
</span>
<span class="header-options pull-left m-r-1">Options</span>
<div class="menu-toggle pull-right">
<span class="caret-down"></span>

View File

@ -22,3 +22,18 @@ body>.header
font-weight: $logoFontWeight
theme('color', '$textPrimaryColor')
line-height: 30px
a.header-menu
theme('color', '$textPrimaryColor')
.header-options
font-size: 13px
.menu-toggle
display: inline-block
height: 18px
.research-use
font-size: 13px
theme('color', '$textSecondaryColor')
font-weight: bold