Change 'design' to 'ohif:design' in a few more Styl files. Fix duplicated declaration
This commit is contained in:
parent
92f57721e3
commit
48b606881b
@ -1,4 +1,4 @@
|
|||||||
@import "{design}/app"
|
@import "{ohif:design}/app"
|
||||||
|
|
||||||
$lesionsSidebarMenuWidth = 450px
|
$lesionsSidebarMenuWidth = 450px
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@import "{design}/app"
|
@import "{ohif:design}/app"
|
||||||
|
|
||||||
$expandedHeight = 160px
|
$expandedHeight = 160px
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@import "{design}/app"
|
@import "{ohif:design}/app"
|
||||||
|
|
||||||
.toolbarSection
|
.toolbarSection
|
||||||
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
|
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@import "{design}/app.styl"
|
@import "{ohif:design}/app.styl"
|
||||||
|
|
||||||
#themeSelectorModal
|
#themeSelectorModal
|
||||||
.theme-list
|
.theme-list
|
||||||
|
|||||||
@ -593,7 +593,6 @@ Template.imageViewerViewport.onRendered(function() {
|
|||||||
const study = ViewerStudies.findOne({
|
const study = ViewerStudies.findOne({
|
||||||
studyInstanceUid: this.data.studyInstanceUid
|
studyInstanceUid: this.data.studyInstanceUid
|
||||||
});
|
});
|
||||||
var displaySetInstanceUid = this.data.displaySetInstanceUid;
|
|
||||||
|
|
||||||
data.study = study;
|
data.study = study;
|
||||||
setDisplaySet(data, displaySetInstanceUid, templateData);
|
setDisplaySet(data, displaySetInstanceUid, templateData);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user