ohif-viewer/LesionTracker/client/components/app/app.styl

91 lines
1.7 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
2016-06-08 17:33:43 +02:00
$expandedHeight = 160px
2016-08-10 11:39:26 +02:00
.logoImage
display: inline-block
height: 100%
2016-08-10 11:39:26 +02:00
float: left
2016-06-07 19:09:47 +02:00
.topBar
height: $topBarHeight
padding: 10px 10px 0
theme('color', '$textPrimaryColor')
theme('background-color', '$primaryBackgroundColor')
2016-06-08 14:22:22 +02:00
transition(all 0.5s ease)
2016-06-07 19:09:47 +02:00
&>.clearfix
position: relative
2016-06-07 19:09:47 +02:00
.brandSection
height: 30px
2016-06-07 19:09:47 +02:00
display: inline-block
2016-06-13 20:51:05 +02:00
text-decoration: none
2016-06-07 19:09:47 +02:00
2016-08-10 11:39:26 +02:00
.logoImage
2016-10-01 18:58:21 +02:00
margin: 0 8px 0 0
2016-08-10 11:39:26 +02:00
width: 30px
2016-06-07 19:09:47 +02:00
.logoText
display: inline-block
font-family: $logoFontFamily
font-weight: $logoFontWeight
theme('color', '$textPrimaryColor')
2016-08-10 11:39:26 +02:00
line-height: 30px
2016-06-07 19:09:47 +02:00
.studyListLinkSection
theme('border-left', '%s solid $uiBorderColor' % $uiBorderThickness)
margin: 3px 0 0 10px
padding: 0 0 0 10px
&#back-to-viewer-btn
border-left: 0
.btn
theme('color', '$textSecondaryColor')
2016-06-08 14:22:22 +02:00
cursor: pointer
font-size: 13px
font-weight: 500
line-height: 26px
2016-06-07 19:09:47 +02:00
2016-06-08 14:22:22 +02:00
&:hover
theme('color', '$hoverColor')
2016-06-08 14:22:22 +02:00
&:active
theme('color', '$activeColor')
2016-06-07 19:09:47 +02:00
2016-06-08 14:22:22 +02:00
&.studyList
background-color: rgba(21, 25, 30, 0.7)
2016-06-08 17:33:43 +02:00
height: $expandedHeight
padding-left: $studyListPadding
padding-right: $studyListPadding
2016-06-08 14:22:22 +02:00
.brandSection
height: 100%
2016-06-08 17:33:43 +02:00
width: 80%
line-height: $expandedHeight - 10px
2016-06-08 17:33:43 +02:00
2016-08-10 11:39:26 +02:00
.logoImage
width: 50px
2016-10-01 18:58:21 +02:00
margin: 0 20px 0 0
2016-06-08 14:22:22 +02:00
.logoText
font-size: 30px
.studyListLinkSection
border: none
left: 0
margin: 0
padding: 0
position: absolute
top: 0
2016-06-08 14:22:22 +02:00
#studylistTabs
2016-06-07 19:09:47 +02:00
height: "calc(100% - %s)" % $topBarHeight
.tab-pane
.viewerContainer
.loadingTextDiv
theme('color', '$textSecondaryColor')
font-size: 30px