LT-360: Fixing borders and text styles for Study/Series Quick Switch

This commit is contained in:
Eloízio Salgado 2016-11-17 15:55:28 -02:00
parent c3999083a8
commit cea11611ed

View File

@ -101,7 +101,7 @@ $seriesSpacing = 2px
theme('box-shadow', 'inset 0 0 0 3px $activeColor') theme('box-shadow', 'inset 0 0 0 3px $activeColor')
.studyBox .studyBox
theme('background-color', '$uiGrayDark') theme('background-color', '$uiGrayDark')
theme('border', 'solid 1px $activeColor') theme('border', 'solid 2px $uiBorderColorDark')
border-radius: 11px border-radius: 11px
display: block display: block
height: $switchSize height: $switchSize
@ -134,11 +134,11 @@ $seriesSpacing = 2px
theme('color', '$textSecondaryColor') theme('color', '$textSecondaryColor')
display: block display: block
font-size: 12px font-size: 12px
font-weight: 300 font-weight: 500
line-height: 34px line-height: 12px
padding: 0 padding: 0
padding-bottom: 3px
text-align: center text-align: center
text-transform: uppercase
.switchHover .switchHover
border: 10px solid transparent border: 10px solid transparent
@ -228,11 +228,6 @@ $seriesSmallSpacing = 1px
@media screen and (max-width: 1599px) @media screen and (max-width: 1599px)
.quickSwitch .quickSwitch
.switchSection .switchSection
.label
font-size: 8px
font-weight: 400
line-height: 12px
padding: 0
.studySwitch .studyBox .studySwitch .studyBox
border-radius: 7px border-radius: 7px
height: $switchSmallSize height: $switchSmallSize