chore(research-use-warning): Add Investigational Use Only warning
This commit is contained in:
parent
a2b6566ee9
commit
4b5ea5c13a
@ -14,6 +14,9 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/section}}
|
{{/section}}
|
||||||
{{#section 'headerMenu'}}
|
{{#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>
|
<span class="header-options pull-left m-r-1">Options</span>
|
||||||
<div class="menu-toggle pull-right">
|
<div class="menu-toggle pull-right">
|
||||||
<span class="caret-down"></span>
|
<span class="caret-down"></span>
|
||||||
|
|||||||
@ -32,6 +32,11 @@ body>.header
|
|||||||
.menu-toggle
|
.menu-toggle
|
||||||
display: inline-block
|
display: inline-block
|
||||||
height: 18px
|
height: 18px
|
||||||
|
|
||||||
|
.research-use
|
||||||
|
font-size: 13px
|
||||||
|
theme('color', '$textSecondaryColor')
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
.btn
|
.btn
|
||||||
theme('color', '$textSecondaryColor')
|
theme('color', '$textSecondaryColor')
|
||||||
|
|||||||
@ -7,6 +7,9 @@
|
|||||||
<div class="logo-text">Open Health Imaging Foundation</div>
|
<div class="logo-text">Open Health Imaging Foundation</div>
|
||||||
{{/section}}
|
{{/section}}
|
||||||
{{#section 'headerMenu'}}
|
{{#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>
|
<span class="header-options pull-left m-r-1">Options</span>
|
||||||
<div class="menu-toggle pull-right">
|
<div class="menu-toggle pull-right">
|
||||||
<span class="caret-down"></span>
|
<span class="caret-down"></span>
|
||||||
|
|||||||
@ -22,3 +22,18 @@ body>.header
|
|||||||
font-weight: $logoFontWeight
|
font-weight: $logoFontWeight
|
||||||
theme('color', '$textPrimaryColor')
|
theme('color', '$textPrimaryColor')
|
||||||
line-height: 30px
|
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
|
||||||
Loading…
Reference in New Issue
Block a user