ohif-viewer/Packages/design/components/roundedButtonGroup/roundedButtonGroup.styl
2016-07-22 11:00:16 +02:00

47 lines
1.1 KiB
Stylus

@import "{design}/app"
$height = 25px
$borderColorActive = #3C8074
$textColorActive = #2D2D2D
.viewerRoundedButtonGroup
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
font-weight: 500
position: relative
.viewerRoundedButton
background: $darkUiColor
border: 1px $uiBorderColorDark solid
color: $textSecondaryColor
cursor: pointer
display: inline-block
margin-left: -1px
float: left
font-size: 11px
height: $height
line-height: $height
padding: 0 15px
text-decoration: none
text-transform: uppercase
transition: $sidebarTransition
-webkit-transition: $sidebarTransition
-ms-transition: $sidebarTransition
-o-transition: $sidebarTransition
-moz-transition: $sidebarTransition
z-index: 1
&.active
background: $activeColor
color: $textColorActive
border-color: $borderColorActive
z-index: 2
&:first-child
margin-left: 0
border-bottom-left-radius: $height
border-top-left-radius: $height
&:last-child
border-bottom-right-radius: $height
border-top-right-radius: $height