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
|
2016-07-22 10:56:54 +02:00
|
|
|
display: inline-block
|
|
|
|
|
height: 100%
|
2016-08-10 11:39:26 +02:00
|
|
|
float: left
|
2016-07-22 10:56:54 +02:00
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.topBar
|
|
|
|
|
height: $topBarHeight
|
2016-10-03 16:33:01 +02:00
|
|
|
padding: 10px 10px 0
|
2016-08-23 19:24:51 +02:00
|
|
|
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
|
|
|
|
2016-10-03 16:33:01 +02:00
|
|
|
&>.clearfix
|
|
|
|
|
position: relative
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.brandSection
|
2016-06-10 16:52:19 +02:00
|
|
|
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
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textPrimaryColor')
|
2016-08-10 11:39:26 +02:00
|
|
|
line-height: 30px
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
.studyListLinkSection
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border-left', '%s solid $uiBorderColor' % $uiBorderThickness)
|
2016-10-03 16:33:01 +02:00
|
|
|
margin: 3px 0 0 10px
|
|
|
|
|
padding: 0 0 0 10px
|
2016-11-09 14:48:42 +01:00
|
|
|
|
|
|
|
|
&#back-to-viewer-btn
|
|
|
|
|
border-left: 0
|
2016-08-23 19:24:51 +02:00
|
|
|
|
2016-08-11 12:47:09 +02:00
|
|
|
.btn
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-06-08 14:22:22 +02:00
|
|
|
cursor: pointer
|
2016-06-10 16:52:19 +02:00
|
|
|
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
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$hoverColor')
|
2016-06-08 14:22:22 +02:00
|
|
|
|
|
|
|
|
&:active
|
2016-08-23 19:24:51 +02:00
|
|
|
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
|
2016-10-03 16:33:01 +02:00
|
|
|
padding-left: $studyListPadding
|
|
|
|
|
padding-right: $studyListPadding
|
2016-06-08 14:22:22 +02:00
|
|
|
|
|
|
|
|
.brandSection
|
2016-06-10 16:52:19 +02:00
|
|
|
height: 100%
|
2016-06-08 17:33:43 +02:00
|
|
|
width: 80%
|
2016-10-03 16:33:01 +02:00
|
|
|
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
|
2016-10-03 16:33:01 +02:00
|
|
|
left: 0
|
|
|
|
|
margin: 0
|
|
|
|
|
padding: 0
|
|
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
2016-06-08 14:22:22 +02:00
|
|
|
|
2016-08-15 15:34:36 +02:00
|
|
|
#studylistTabs
|
2016-06-07 19:09:47 +02:00
|
|
|
height: "calc(100% - %s)" % $topBarHeight
|
|
|
|
|
|
2016-06-09 19:11:11 +02:00
|
|
|
.tab-pane
|
|
|
|
|
.viewerContainer
|
|
|
|
|
.loadingTextDiv
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-06-09 19:11:11 +02:00
|
|
|
font-size: 30px
|