ohif-viewer/Packages/viewerbase/client/components/viewer/cineDialog/cineDialog.styl
2016-09-05 10:20:30 -03:00

61 lines
1.0 KiB
Stylus

@import "{design}/app.styl"
#cineDialog
theme('border', '1px solid $uiBorderColor', 0.95)
theme('background', '$uiGrayDarkest', 0.95)
theme('color', '$textSecondaryColor')
border-radius: 8px
bottom: 3px
box-sizing: border-box
height: 150px
left: 50%
overflow: hidden
padding: 10px
position: absolute
right: 3px
top: 50%
width: 300px
z-index: 1000
transform(translateX(-50%) translateY(-50%))
h5
font-size: 20px
line-height: 35px
margin: 0
h5, label
font-weight: 400
.btn
theme('color', '$textSecondaryColor')
background-color: transparent
&:hover
theme('color', '$hoverColor')
&:active, &.active
theme('color', '$activeColor')
.cine-navigation
position: absolute
right: 24px
top: 4px
.btn
padding: 0 4px
i
font-size: 36px
line-height: 36px
.cine-controls
display: table
margin: 0 auto
.cine-options
padding: 5px 0
overflow: auto
.loop-section
padding-right: 12px