2017-01-16 16:48:23 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.toolbarSectionButton
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$defaultColor')
|
|
|
|
|
theme('fill', '$defaultColor')
|
|
|
|
|
theme('stroke', '$defaultColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
cursor: pointer
|
2017-01-04 14:20:13 +01:00
|
|
|
display: inline-block
|
|
|
|
|
min-width: 30px
|
2017-01-04 20:41:47 +01:00
|
|
|
outline: none
|
2017-01-04 14:20:13 +01:00
|
|
|
position: relative
|
2016-07-22 18:23:36 +02:00
|
|
|
text-align: center
|
|
|
|
|
|
|
|
|
|
&.disabled
|
2017-01-04 11:18:01 +01:00
|
|
|
&>.buttonLabel, &>.svgContainer
|
|
|
|
|
opacity: 0.5
|
|
|
|
|
cursor: not-allowed
|
|
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
|
&, i
|
|
|
|
|
theme('color', '$textSecondaryColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.buttonLabel
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
font-size: 12px
|
2016-08-09 15:13:09 +02:00
|
|
|
font-weight: 500
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.svgContainer
|
|
|
|
|
margin: 0 auto
|
|
|
|
|
text-align: center
|
2017-01-04 11:18:01 +01:00
|
|
|
|
2016-07-22 18:23:36 +02:00
|
|
|
i
|
2016-11-03 18:15:03 +01:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
font-size: 18px
|
|
|
|
|
line-height: 30px
|
|
|
|
|
|
|
|
|
|
svg
|
|
|
|
|
background-color: transparent
|
|
|
|
|
margin: 2px
|
|
|
|
|
width: 21px
|
|
|
|
|
height: 21px
|
|
|
|
|
|
|
|
|
|
&:hover
|
2017-01-04 14:20:13 +01:00
|
|
|
&>.buttonLabel
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$hoverColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
|
2017-01-04 14:20:13 +01:00
|
|
|
&>i
|
2017-01-04 11:18:01 +01:00
|
|
|
theme('color', '$hoverColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
|
2017-01-04 14:20:13 +01:00
|
|
|
&>.svgContainer>svg
|
|
|
|
|
theme('fill', '$hoverColor')
|
|
|
|
|
theme('stroke', '$hoverColor')
|
|
|
|
|
|
2016-07-22 18:23:36 +02:00
|
|
|
&:active, &.active
|
2017-01-04 11:18:01 +01:00
|
|
|
&>.buttonLabel, &>.svgContainer
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$activeColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
|
2017-01-04 11:18:01 +01:00
|
|
|
svg
|
|
|
|
|
theme('fill', '$activeColor')
|
|
|
|
|
theme('stroke', '$activeColor')
|
|
|
|
|
|
|
|
|
|
i
|
|
|
|
|
theme('color', '$activeColor')
|